method

reload_schema_from_cache

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