-
Notifications
You must be signed in to change notification settings - Fork 397
File fields conflict with CSV #694
Description
I use this gem in just one form in my app and I only load its js file in that forms layout and initializer file content on that forms model.
My problem is, I have different layout with some other forms that I do not want to use client side validation, and these forms use carrierwave. Now this gem automatically loaded everywhere even if I don't want to use this everywhere. With the forms that I don't use this gem, I get error with carrierwave, it just fails to save the form and get translation missing errors when i check the source code. Otherwise I just get cant be blank error.
I hope I explained my situation understandably.
Shortly, I want to use this gem with only one form, but it still shows up in all forms regardless of the layout.
Any ideas? Thanks!