Method: Sequel::Plugins::SingleTableInheritance::ClassMethods#sti_dataset
- Defined in:
- lib/sequel/plugins/single_table_inheritance.rb
permalink #sti_dataset ⇒ Object (readonly)
The base dataset for STI, to which filters are added to get only the models for the specific STI subclass.
130 131 132 |
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 130 def sti_dataset @sti_dataset end |