instance method
symbolized_base_class
Ruby on Rails 4.1.16
Since v3.2.22.5 Last seen in v4.2.9Signature
symbolized_base_class()
No documentation comment.
Source
# File activerecord/lib/active_record/inheritance.rb, line 51
def symbolized_base_class
ActiveSupport::Deprecation.warn("ActiveRecord::Base.symbolized_base_class is deprecated and will be removed without replacement.")
@symbolized_base_class ||= base_class.to_s.to_sym
end
Defined in activerecord/lib/active_record/inheritance.rb line 51
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Inheritance::ClassMethods