Sha256: dcba0642baac2f0aea5446e121afedbd6f7d7c345475ddb5130e38872db31da6
Contents?: true
Size: 300 Bytes
Versions: 37
Compression:
Stored size: 300 Bytes
Contents
<%% content_for :title, "New <%= human_name.downcase %>" %> <h1>New <%= human_name.downcase %></h1> <%%= render "form", <%= singular_table_name %>: @<%= singular_table_name %> %> <br> <div> <%%= link_to "Back to <%= human_name.pluralize.downcase %>", <%= index_helper(type: :path) %> %> </div>
Version data entries
37 entries across 30 versions & 3 rubygems