Method: Sequel::Plugins::SingleTableInheritance::ClassMethods#sti_key

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

#sti_keyObject (readonly)

The column name holding the STI key for this model

[View source]

133
134
135
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 133

def sti_key
  @sti_key
end