Class: FileInput

Inherits:
Formtastic::Inputs::FileInput
  • Object
show all
Defined in:
app/admin/inputs/file_input.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



2
3
4
5
6
7
8
9
# File 'app/admin/inputs/file_input.rb', line 2

def to_html
  input_wrapping do
    label_html <<
    builder.file_field(method, input_html_options) <<
    image_preview_content <<
    size_hint_html
  end
end