Method: WithForm::ScopeForm#attach_file
- Defined in:
- lib/with_form/scope_form.rb
#attach_file(attribute, path, **options) ⇒ Object
60 61 62 |
# File 'lib/with_form/scope_form.rb', line 60 def attach_file(attribute, path, **) @page.attach_file label(attribute), path, ** end |