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,
we've included the gem in our project in Rails 4.0.2 (ruby 2.0.0).
We're getting ArgumentError: Unknown validator: 'NifValidator'.
We've tried to include the NifValidator (without the module Nifval) inside config/initializers and it seems it's working. We've deleted these lines: 7, 115 and 117 from https://github.com/albertbellonch/nifval/blob/master/lib/nifval.rb
Maybe the gem should be updated for Rails 4?
We'll try to create a pull request as soon as possible.
Thanks!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
we've included the gem in our project in Rails 4.0.2 (ruby 2.0.0).
We're getting ArgumentError: Unknown validator: 'NifValidator'.
We've tried to include the NifValidator (without the module Nifval) inside config/initializers and it seems it's working. We've deleted these lines: 7, 115 and 117 from https://github.com/albertbellonch/nifval/blob/master/lib/nifval.rb
Maybe the gem should be updated for Rails 4?
We'll try to create a pull request as soon as possible.
Thanks!!
The text was updated successfully, but these errors were encountered: