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

<%%= render 'form' %>

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