Method: Sequel::Plugins::SingleTableInheritance::ClassMethods#sti_model_map

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

#sti_model_mapObject (readonly)

A hash/proc with column value keys and class values, mapping the value of the sti_key column to the appropriate class to use.

[View source]

147
148
149
# File 'lib/sequel/plugins/single_table_inheritance.rb', line 147

def sti_model_map
  @sti_model_map
end