Sha256: 853ea71314154a74716d9620cacba68a2ce9f8ab5982396edb516f9d4fccd9ce
Contents?: true
Size: 403 Bytes
Versions: 10
Compression:
Stored size: 403 Bytes
Contents
.container-fluid = simple_form_for(@<%= singular_table_name %>, remote_form_options) do |f| = f.error_notification = f.error :base, :error_method => :to_sentence .form-inputs <%- attributes.each do |attribute| -%> = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> <%- end -%> .form-actions.col-sm-7.col-sm-offset-5 = f.button :submit
Version data entries
10 entries across 10 versions & 1 rubygems