Method: Sequel::Plugins::ClassTableInheritance::ClassMethods#cti_table_name
- Defined in:
- lib/sequel/plugins/class_table_inheritance.rb
#cti_table_name ⇒ Object
The name of the most recently joined table.
291 292 293 |
# File 'lib/sequel/plugins/class_table_inheritance.rb', line 291 def cti_table_name cti_tables.last end |