aboutsummaryrefslogtreecommitdiffstats
path: root/railties/generators/scaffold/templates/view_new.rhtml
blob: 840bb027756f11235b2e0ef8fda4869b7e2683cf (plain) (blame)
1
2
3
4
5
<h1>New <%= @singular_name %></h1>

<%%= form '<%= singular_name %>', :action => 'create<%= suffix %>' %>

<%%= link_to 'Back', :action => 'list<%= suffix %>' %>