Class: SimpleForm::Inputs::AttachmentInput
- Inherits:
-
Base
- Object
- Base
- SimpleForm::Inputs::AttachmentInput
- Defined in:
- lib/refile/simple_form.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
6 7 8 9 10 |
# File 'lib/refile/simple_form.rb', line 6 def input( = nil) = [:presigned, :direct, :multiple] = (.slice(*).merge(), ) @builder.(attribute_name, ) end |