method

clear_cache!

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

Method deprecated or moved

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

clear_cache!()
public

No documentation available.

# File activerecord/lib/active_record/model_schema.rb, line 307
      def clear_cache! # :nodoc:
        connection.schema_cache.clear!
      end