Method: Sequel::Plugins::SingleTableInheritance::ClassMethods#sti_key
- Defined in:
- lib/sequel/plugins/single_table_inheritance.rb
permalink #sti_key ⇒ Object (readonly)
The column name holding the STI key for this model
133 134 135 |
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 133 def sti_key @sti_key end |