Class: Formtastic::Inputs::UploaderInput

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/uploader/hooks/formtastic.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



10
11
12
13
14
# File 'lib/uploader/hooks/formtastic.rb', line 10

def to_html
  input_wrapping do
    label_html << builder.uploader_field(method, input_html_options)
  end
end