We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a9dae + 890f1ad commit 4e147f2Copy full SHA for 4e147f2
1 file changed
lib/attachinary/simple_form.rb
@@ -1,7 +1,7 @@
1
class AttachinaryInput < SimpleForm::Inputs::Base
2
attr_reader :attachinary_options
3
4
- def input
+ def input(wrapper_options={})
5
template.builder_attachinary_file_field_tag attribute_name, @builder, { html: input_html_options }
6
end
7
0 commit comments