Sha256: 676cdc2cb18e944067f3f703ceaf0d0beed5baab9c4278b4d4a4e4278af51c13
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
<h1>Editing parent_model</h1> <% form_for(@parent_model) do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <p> <%= f.submit 'Update' %> </p> <% end %> <%= link_to 'Show', @parent_model %> | <%= link_to 'Back', parent_models_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
view_mapper-0.3.4 | test/views/has_many/expected_templates/edit.html.erb |