Class: UploaderInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Defined in:
lib/uploader/hooks/simple_form.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



4
5
6
# File 'lib/uploader/hooks/simple_form.rb', line 4

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