This project is archived and is in readonly mode.
[PATCH] Add validators reflection
Reported by Prem Sichanugrist (sikachu) | February 18th, 2010 @ 04:43 PM | in 3.0.2
This patch will add #validators
and
#validators_on(:attribute)
to ActiveModel. The list of
validators will be added when calling validates_with
with validator class.
Comments and changes to this ticket
-
Prem Sichanugrist (sikachu) February 18th, 2010 @ 07:41 PM
I've modify the patch to use those
class_attribute
instead. Please use this patch instead. -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>