Multiple validates_with_method
Reported by Jeremy Nicoll | July 29th, 2008 @ 07:34 AM
In the latest git version of dm-validations (0.9.4), the following code used to work, but now only runs the first method:
validates_with_method :method_name, :some_other_method
def method_name
#...
end
def some_other_method
- Never runs
end
Should it run multiple methods, or am I missing a new way to do this?
Comments and changes to this ticket
-
Sam Smoot July 29th, 2008 @ 05:11 PM
- → Assigned user changed from Sam Smoot to Bernerd Schaefer
- → State changed from new to open
PDI Bernerd. :-)
-
Bernerd Schaefer July 29th, 2008 @ 08:27 PM
- → State changed from open to resolved
Thanks for bringing this up. This is now resolved (http://github.com/sam/dm-more/co....
-
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
