Skip to content

Commit 4e147f2

Browse files
committed
Merge pull request #100 from rochers/master
Add required `wrapper_options` to input method
2 parents f5a9dae + 890f1ad commit 4e147f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/attachinary/simple_form.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class AttachinaryInput < SimpleForm::Inputs::Base
22
attr_reader :attachinary_options
33

4-
def input
4+
def input(wrapper_options={})
55
template.builder_attachinary_file_field_tag attribute_name, @builder, { html: input_html_options }
66
end
77
end

0 commit comments

Comments
 (0)