Class: SimpleFormExtension::Inputs::ImageInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
Includes:
Translations
Defined in:
lib/simple_form_extension/inputs/image_input.rb

Instance Method Summary collapse

Methods included from Translations

#_translate

Instance Method Details

#input(wrapper_options = nil) ⇒ Object



8
9
10
11
12
# File 'lib/simple_form_extension/inputs/image_input.rb', line 8

def input(wrapper_options = nil)
  input_html_options[:class] << "image-upload"

  input_markup
end