Sha256: 81e7afdb8da6dc09b17764af7a59dcf8c9dfad008f1e6adaeb35b188ab615d5b
Contents?: true
Size: 320 Bytes
Versions: 134
Compression:
Stored size: 320 Bytes
Contents
<h1>New <%= singular_name %></h1> <%% facebook_form_for(@<%= singular_name %>) do |f| %> <%%= f.error_messages %> <% for attribute in attributes -%> <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %> <% end -%> <%%= f.buttons "Create" %> <%% end %> <%%= link_to 'Back', <%= plural_name %>_path %>
Version data entries
134 entries across 134 versions & 29 rubygems