Method: Sequel::Plugins::SingleTableInheritance::ClassMethods#sti_dataset

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

#sti_datasetObject (readonly)

The base dataset for STI, to which filters are added to get only the models for the specific STI subclass.



32
33
34
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 32

def sti_dataset
  @sti_dataset
end