Public Instance methods
validate
()
Run all of the constraint validations parsed from the database when validating the instance.
[show source]
# File lib/sequel/plugins/constraint_validations.rb, line 220 def validate super model.constraint_validations.each do |v| send(*v) end end