Module: ActionView::Helpers::FormHelper
- Defined in:
- app/helpers/croppable/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#croppable_field(object_name, method, options = {}) ⇒ Object
34 35 36 |
# File 'app/helpers/croppable/tag_helper.rb', line 34 def croppable_field(object_name, method, = {}) Tags::CroppableImage.new(object_name, method, self, ).render end |