class ChainedValidation
Constants
- VERSION
Public Instance Methods
rule_for(object)
click to toggle source
# File lib/chained_validation.rb, line 26 def rule_for(object) ChainedValidation::Base.new(object) end