method

reload_schema_from_cache

rails latest stable - Class: ActiveRecord::Attributes::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

reload_schema_from_cache(*)
protected

No documentation available.

# File activerecord/lib/active_record/attributes.rb, line 279
        def reload_schema_from_cache(*)
          reset_default_attributes!
          super
        end