module Sequel::Plugins::ConstraintValidations::DatabaseMethods

  1. lib/sequel/extensions/_model_constraint_validations.rb

Methods

Public Instance

  1. constraint_validations

Attributes

constraint_validations [RW]

A hash of validation method call metadata for all tables in the database. The hash is keyed by table name string and contains arrays of validation method call arrays.