Method: FileUpload::TagHelper#multiple_file_upload_field
- Defined in:
- app/helpers/file_upload/tag_helper.rb
#multiple_file_upload_field(model_name, attribute_name, value, options = {}, &block) ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'app/helpers/file_upload/tag_helper.rb', line 3 def multiple_file_upload_field(model_name, attribute_name, value, = {}, &block) render(layout: "file_upload/tags/multiple", locals: { model_name: model_name, attribute_name: attribute_name, value: value, options: }, &block) end |