Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
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, options = {})
  self.multipart = true

  @template.croppable_field(@object_name, method, objectify_options(options))
end