Sha256: db0a967d8db38cf231496b6bb45dadbcc510f30c051700f15f971690c8a7585c
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
= simple_form_for(['<%= options.namespace %>', @item], html: {multipart: true, novalidate: true, class: 'js-file-form'}, remote: true, data: {type: "html"}) do |f| <% @form_attrs.each do |attr| -%> = fae_input f, :<%= attr %> <% end -%> = f.submit
Version data entries
4 entries across 4 versions & 1 rubygems