Class: SimpleForm::Inputs::FilepickerImageInput

Inherits:
Base
  • Object
show all
Defined in:
lib/has_filepicker_image/helpers/simple_form_input.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



5
6
7
# File 'lib/has_filepicker_image/helpers/simple_form_input.rb', line 5

def input
  @builder.filepicker_image_field(attribute_name, input_html_options)
end