Module: Refile::AttachmentFieldHelper
- Defined in:
- lib/refile/rails.rb
Instance Method Summary collapse
Instance Method Details
#attachment_field(method, options = {}) ⇒ Object
6 7 8 9 |
# File 'lib/refile/rails.rb', line 6 def (method, = {}) self.multipart = true @template.(@object_name, method, ()) end |