Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#cti_table_map
- Defined in:
- lib/sequel/plugins/class_table_inheritance.rb
#cti_table_map ⇒ Object (readonly)
A hash with class name symbol keys and table name symbol values. Specified with the :table_map option to the plugin, and should be used if the implicit naming is incorrect.
255 256 257 |
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 255 def cti_table_map @cti_table_map end |