Class: MultipleFileInput

Inherits:
SimpleForm::Inputs::FileInput
  • Object
show all
Defined in:
app/inputs/multiple_file_input.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options) ⇒ Object



4
5
6
# File 'app/inputs/multiple_file_input.rb', line 4

def input(wrapper_options)
  super(wrapper_options.merge! multiple: true)
end