Class: FormtasticFilepickerImageInput
- Inherits:
-
Object
- Object
- FormtasticFilepickerImageInput
- Includes:
- Formtastic::Inputs::Base
- Defined in:
- lib/has_filepicker_image/helpers/formtastic_form_input.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
4 5 6 7 8 9 |
# File 'lib/has_filepicker_image/helpers/formtastic_form_input.rb', line 4 def to_html input_wrapping do label_html << builder.filepicker_image_field(method, ) end end |