Sha256: 003fa7f4c29e2851669b849e9197e7b0d9a738b7628970eb8c4f3347db222040
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%% form_for(@<%= singular_name %>) do |form| %> <%%= render :partial => 'form', :locals => {:form => form} %> <p><%%= form.submit 'Update' %></p> <%% end %> <p> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= 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/edit.html.erb |