Skip to content
New issue

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

validator not included #4

Closed
ddidier opened this issue Jun 28, 2012 · 1 comment
Closed

validator not included #4

ddidier opened this issue Jun 28, 2012 · 1 comment

Comments

@ddidier
Copy link

ddidier commented Jun 28, 2012

Hi,
I'm quite new to ruby and rails but it seems that your validator is not required, so one cannot use it without an explicit :

require 'validators/phony_validator'

There is a typo in your doc :

validate :phone_number, :phony_plausible => true

should be (with an 's') :

validates :phone_number, :phony_plausible => true
@joost
Copy link
Owner

joost commented Jun 28, 2012

Thanks. See v0.1.2.

@joost joost closed this as completed Jun 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants