class method
self.symbolized_sti_name
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v3.1.12Signature
self.symbolized_sti_name()
No documentation comment.
Source
# File activerecord/lib/active_record/base.rb, line 868
def symbolized_sti_name
@symbolized_sti_name ||= sti_name.present? ? sti_name.to_sym : symbolized_base_class
end
Defined in activerecord/lib/active_record/base.rb line 868
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base