From 5ae9edc72ea2a4202c6cbd4acdca0663377e77f7 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 28 Sep 2011 13:44:58 -0700 Subject: [PATCH] fix comment bug --- app/views/comments/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/index.html.haml b/app/views/comments/index.html.haml index 8bd4a7d6f..839637079 100644 --- a/app/views/comments/index.html.haml +++ b/app/views/comments/index.html.haml @@ -1 +1 @@ -= render :partial => 'comments/comment', :colleccion => @comments, :locals => {:post => @post} += render :partial => 'comments/comment', :collection => @comments, :locals => {:post => @post}