You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to validate a paperclip :image in a Form object but it throws the following error on create:
Paperclip::Errors::MissingRequiredValidatorError.
I've already include ActiveModel::Validations in my Form Object as well as Paperclip validators but. Is your gem working with Paperclip?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to validate a paperclip :image in a Form object but it throws the following error on create:
Paperclip::Errors::MissingRequiredValidatorError.
I've already include ActiveModel::Validations in my Form Object as well as Paperclip validators but. Is your gem working with Paperclip?
Thanks in advance!
The text was updated successfully, but these errors were encountered: