Skip to content

Commit

Permalink
Comments are scoped to Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed Apr 29, 2010
1 parent aee7e71 commit f0279e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_sidebar.html.haml
Expand Up @@ -39,6 +39,6 @@
%span.email
= comment.body
%ul.form
- form_for Comment.new(:error_id => @error.id) do |f|
- form_for [@error, Comment.new] do |f|
= f.text_area :body
= f.submit

0 comments on commit f0279e6

Please sign in to comment.