Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- app/helpers/croppable/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#croppable_field(method, options = {}) ⇒ Object
40 41 42 43 44 |
# File 'app/helpers/croppable/tag_helper.rb', line 40 def croppable_field(method, = {}) self.multipart = true @template.croppable_field(@object_name, method, ()) end |