Overwrite run validations to include callbacks.
# File lib/active_model/validations/callbacks.rb, line 52 def run_validations! run_callbacks(:validation) { super } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.