Sha256: bde45f129d959cc6f7a5493c87a144e9961e0c142a24b8b2803e47df38af203d
Contents?: true
Size: 296 Bytes
Versions: 10
Compression:
Stored size: 296 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%% form_for(@<%= singular_name %>) do |f| %> <%%= render :partial => 'form', :locals => { :f => f } %> <p> <%%= f.submit 'Update' %> </p> <%% end %> <%%= link_to 'Show', @<%= singular_name %> %> | <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
10 entries across 5 versions & 1 rubygems