Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#cti_models

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

#cti_modelsObject (readonly)

An array of each model in the inheritance hierarchy that is backed by a new table.


237
238
239
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 237

def cti_models
  @cti_models
end