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.

[View source]

130
131
132
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 130

def sti_dataset
  @sti_dataset
end