Module: ActiveType::ExtendedRecord::Inheritance::ClassMethods

Defined in:
lib/active_type/extended_record/inheritance.rb

Instance Method Summary collapse

Instance Method Details

#model_nameObject



15
16
17
# File 'lib/active_type/extended_record/inheritance.rb', line 15

def model_name
  extended_record_base_class.model_name
end

#sti_nameObject



19
20
21
# File 'lib/active_type/extended_record/inheritance.rb', line 19

def sti_name
  extended_record_base_class.sti_name
end