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, options={})
  helper(:singleton, method, options)
end

#files(method, options = {}) ⇒ Object



56
57
58
# File 'lib/simple_attachments/view_helpers.rb', line 56

def files(method, options={})
  helper(:multiple, method, options)
end