class FormtasticFilepickerImageInput

Public Instance Methods

to_html() click to toggle source
# 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, input_html_options)
  end
end