method
validate_on_update
v1.2.6 -
Show latest stable
- Class:
ActiveRecord::Validations::ClassMethods
validate_on_update(*methods, &block)public
No documentation available.
# File activerecord/lib/active_record/validations.rb, line 249
def validate_on_update(*methods, &block)
methods << block if block_given?
write_inheritable_set(:validate_on_update, methods)
end