method
symbolized_sti_name
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Inheritance::ClassMethods
symbolized_sti_name()public
No documentation available.
# File activerecord/lib/active_record/inheritance.rb, line 87
def symbolized_sti_name
ActiveSupport::Deprecation.warn('`ActiveRecord::Base.symbolized_sti_name` is deprecated and will be removed without replacement.')
@symbolized_sti_name ||= sti_name.present? ? sti_name.to_sym : symbolized_base_class
end