tomasc / simple_form_attachments

A Rails engine which takes care of creating Attachments using the jQuery File Upload plugin.
MIT License
2 stars 2 forks source link

Fix partial call in attachment_input #19

Closed asgerb closed 7 years ago

asgerb commented 7 years ago

While trying to override the to_simple_form_partial_path I found a bug 😉

Seems we used the to_simple_form_partial_path in the upload template, but not in the input itself.

tomasc commented 7 years ago

Thanks! Released as 1.1.1!