method

cached_attributes_deprecation_warning

rails latest stable - Class: ActiveRecord::AttributeMethods::Read::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

cached_attributes_deprecation_warning(method_name)
protected

No documentation available.

# File activerecord/lib/active_record/attribute_methods/read.rb, line 48
        def cached_attributes_deprecation_warning(method_name)
          ActiveSupport::Deprecation.warn "Calling `#{method_name}` is no longer necessary. All attributes are cached."
        end