Method: Sequel::Plugins::ValidationClassMethods::ClassMethods#validation_reflections

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

#validation_reflectionsObject (readonly)

A hash of validation reflections for this model class. Keys are column symbols, values are an array of two element arrays, with the first element being the validation type symbol and the second being a hash of validation options.



38
39
40
# File 'lib/sequel/plugins/validation_class_methods.rb', line 38

def validation_reflections
  @validation_reflections
end