Method: EnumTable::Record::ClassMethods#sti_name

Defined in:
lib/enum_table/record.rb

#sti_nameObject

:nodoc:



107
108
109
# File 'lib/enum_table/record.rb', line 107

def sti_name  # :nodoc:
  (reflection = inheritance_enum) ? reflection.id(super) : super
end