class SimpleForm::Inputs::FilepickerImageInput

Public Instance Methods

input() click to toggle source
# File lib/has_filepicker_image/helpers/simple_form_input.rb, line 5
def input
  @builder.filepicker_image_field(attribute_name, input_html_options)
end