Method: ActiveRecord::ConnectionAdapters::ConnectionPool#schema_cache
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
#schema_cache ⇒ Object
280 281 282 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 280 def schema_cache @schema_cache ||= BoundSchemaReflection.new(schema_reflection, self) end |