Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#cti_qualify_tables

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

#cti_qualify_tablesObject (readonly)

A boolean indicating whether or not to automatically qualify tables backing subclasses with the same qualifier as their superclass, if the superclass is qualified. Specified with the :qualify_tables option to the plugin and only applied to automatically determined table names (not to the :table_map option).

[View source]

266
267
268
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 266

def cti_qualify_tables
  @cti_qualify_tables
end