instance method symbolized_base_class

Ruby on Rails 4.1.16

Since v3.2.22.5 Last seen in v4.2.9

Available in: v3.2.22.5 v4.0.13 v4.1.16 v4.2.9

Signature

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

Type at least 2 characters to search.

↑↓ navigate · open · esc close