Class: FilesInput

Inherits:
Object
  • Object
show all
Includes:
Formtastic::Inputs::Base
Defined in:
app/inputs/files_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



4
5
6
7
8
9
# File 'app/inputs/files_input.rb', line 4

def to_html
  input_wrapping do
    label_html <<
    builder.send(:file_field, method, input_html_options)
  end
end