aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/scaffold/templates/new.html.erb
blob: fe4d0971c4b1d7acd37fb14c3ebd36971ccd03c8 (plain) (blame)
1
2
3
4
5
6
7
<% without_namespacing do -%>
<h1>New <%= singular_table_name %></h1>

<%%= render 'form' %>

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