Module: SimpleAttachments::ViewHelpers::FormHelper
- Defined in:
- lib/simple_attachments/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#file(method, options = {}) ⇒ Object
52 53 54 |
# File 'lib/simple_attachments/view_helpers.rb', line 52 def file(method, ={}) helper(:singleton, method, ) end |
#files(method, options = {}) ⇒ Object
56 57 58 |
# File 'lib/simple_attachments/view_helpers.rb', line 56 def files(method, ={}) helper(:multiple, method, ) end |