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

Missing :method in rdoc documentation of ValidatesWithMethod class #1

Closed
deepj opened this issue May 22, 2009 · 0 comments
Closed

Missing :method in rdoc documentation of ValidatesWithMethod class #1

deepj opened this issue May 22, 2009 · 0 comments

Comments

@deepj
Copy link

deepj commented May 22, 2009

This example code in rdoc is broken because :method misses
validates_with_method :zip_code, :in_the_right_location?

but it should be this way
validates_with_method :zip_code, :method => :in_the_right_location?

http://github.com/deepj/couchrest/commit/1653de5f380e529a7b78dd42f1e98f8c7676a39d

This issue was closed.
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

1 participant