method

schema_cache

rails latest stable - Class: ActiveRecord::ConnectionAdapters::AbstractAdapter
schema_cache()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 329
      def schema_cache
        @schema_cache ||= BoundSchemaReflection.new(@pool.schema_reflection, self)
      end