Sha256: 50c4c556935d4b2cd55014e6daffcb9572a3c40c8a98dcd9bae060b0ef331890
Contents?: true
Size: 549 Bytes
Versions: 33
Compression:
Stored size: 549 Bytes
Contents
- title "<%= singular_name.titleize %>" <%- for attribute in model_attributes -%> %p %strong <%= attribute.human_name.titleize %>: = @<%= singular_name %>.<%= attribute.name %> <%- end -%> %p <%- if action? :edit -%> = link_to "Edit", edit_<%= singular_name %>_path(@<%= singular_name %>) | <%- end -%> <%- if action? :destroy -%> = link_to "Destroy", @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete | <%- end -%> <%- if action? :index -%> = link_to "View All", <%= plural_name %>_path <%- end -%>
Version data entries
33 entries across 30 versions & 4 rubygems