Skip to content

Commit

Permalink
Removed deprecated error_messages_for method from admin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshuhin committed May 4, 2011
1 parent 5bd7d0b commit 2828305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/reviews/_form.html.erb
@@ -1,4 +1,4 @@
<%= error_messages_for :review %>
<%= render "shared/error_messages", :target => @review %>
<br />
<p>
<%= form.text_area :review, :cols => 60, :rows => 10 %>
Expand Down

0 comments on commit 2828305

Please sign in to comment.