Sha256: caad2f0c181dbeb09e5224ba2f1325d85164ee349405d1d6bd9118191d8ac5db

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 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

3 entries across 3 versions & 1 rubygems

Version Path
technicalpickles-shoulda_generator-0.1.0 rails_generators/shoulda_scaffold/templates/erb/edit.html.erb
technicalpickles-shoulda_generator-0.1.1 rails_generators/shoulda_scaffold/templates/erb/edit.html.erb
technicalpickles-shoulda_generator-0.1.2 rails_generators/shoulda_scaffold/templates/erb/edit.html.erb