Sha256: 371fef0735a8d45a6a7aa7d40fabb786ca87974347f150249896f7c356d910ac
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
<h1>New <%= singular_name %></h1> <%% form_for(@<%= singular_name %>) do |form| %> <%%= render :partial => 'form', :locals => {:form => form} %> <p><%%= form.submit 'Create' %></p> <%% end %> <p><%%= link_to 'Back', <%= plural_name %>_path %></p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hardbap-coulda-0.4.0 | generators/coulda_scaffold/templates/view/new.html.erb |