fixed partial

rails2
Espen Antonsen 2009-06-16 01:40:02 +02:00
parent 4ea8b111e5
commit 2a3b0f74a3
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
<ul><%= render :partial => @photos %></ul>
<ul><%= render :partial => 'photos/thumb',:collection => @photos, :as => :photo %></ul>