Method: Sequel::Plugins::AutoValidations::ClassMethods#auto_validate_max_value_columns

Defined in:
lib/sequel/plugins/auto_validations.rb

#auto_validate_max_value_columnsObject (readonly)

The columns with automatch max value validations, as an array of pairs, with the first entry being the column name and second entry being the maximum value.


149
150
151
# File 'lib/sequel/plugins/auto_validations.rb', line 149

def auto_validate_max_value_columns
  @auto_validate_max_value_columns
end