Sha256: d8edb0e20938ead6ae5a31074b7c95e48b40a7ffc1fd8d1f7d13e02c72a36bd5
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
= content_for :head do = javascript_include_tag :ckeditor = form_for @<%= singular_name %>, :validate => true do |f| = f.error_messages <%- for attribute in model_attributes -%> .item = f.label :<%= attribute.name %> %br = f.<%= attribute.field_type %> :<%= attribute.name %>, :class => 'field' <%- end -%> .item = f.submit
Version data entries
3 entries across 3 versions & 1 rubygems