We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Great plugin btw, thanks for your work in this!
I'm trying to use simple_record and paperclip (http://github.com/thoughtbot/paperclip) and getting an error: undefined method `validates_each'
Any chance you can make simple_record more compatible with paperclip? It would be awesome if I could provide file upload to my rails app.
Or do you another file-upload plugin instead?
Thanks again
The text was updated successfully, but these errors were encountered:
see: http://api.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#M002161
Sorry, something went wrong.
I saw that, but I don't think simple_record supports that ActiveRecord functionality does it?
Paperclip calls that functionality in a simple_record inherited object and it's failing.
Hi vlod, that last comment was for my own reference. ;) I'll look into adding validates_each or if you could provide a patch, would be great.
No branches or pull requests
Hi.
Great plugin btw, thanks for your work in this!
I'm trying to use simple_record and paperclip (http://github.com/thoughtbot/paperclip) and getting an error: undefined method `validates_each'
Any chance you can make simple_record more compatible with paperclip? It would be awesome if I could provide file upload to my rails app.
Or do you another file-upload plugin instead?
Thanks again
The text was updated successfully, but these errors were encountered: