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

<%%= render 'form' %>

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