1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update scaffold to use <%= form_for

This commit is contained in:
Jeremy Kemper 2010-03-10 16:04:12 -08:00
parent c5ff181480
commit 3d5d0286b3

View file

@ -1,4 +1,4 @@
<%% form_for(@<%= singular_name %>) do |f| %>
<%%= form_for(@<%= singular_name %>) do |f| %>
<%%= f.error_messages %>
<% for attribute in attributes -%>