aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates/new.html.erb
blob: 9b2b2f4875fa73e8212ad38babe4e902a5016f35 (plain) (blame)
1
2
3
4
5
<h1>New <%= singular_table_name.titleize %></h1>

<%%= render 'form', <%= singular_table_name %>: @<%= singular_table_name %> %>

<%%= link_to 'Back', <%= index_helper %>_path %>