Skip to content

Commit

Permalink
Update scaffold to use <%= form_for
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 11, 2010
1 parent c5ff181 commit 3d5d028
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
<%% form_for(@<%= singular_name %>) do |f| %> <%%= form_for(@<%= singular_name %>) do |f| %>
<%%= f.error_messages %> <%%= f.error_messages %>


<% for attribute in attributes -%> <% for attribute in attributes -%>
Expand Down

0 comments on commit 3d5d028

Please sign in to comment.