Module: S3UpNow::S3UpNowFieldHelper
- Defined in:
- lib/s3-upnow/form_helper.rb
Instance Method Summary collapse
Instance Method Details
#s3_upnow_field(method, options = {}) ⇒ Object
17 18 19 20 |
# File 'lib/s3-upnow/form_helper.rb', line 17 def s3_upnow_field(method, = {}) self.multipart = true @template.s3_upnow_field(@object_name, method, ()) end |