fix comment bug

This commit is contained in:
Maxwell Salzberg 2011-09-28 13:44:58 -07:00
parent 38624afd9c
commit 5ae9edc72e

View file

@ -1 +1 @@
= render :partial => 'comments/comment', :colleccion => @comments, :locals => {:post => @post}
= render :partial => 'comments/comment', :collection => @comments, :locals => {:post => @post}