Method: ActiveRecord::ConnectionAdapters::PoolConfig#schema_reflection
- Defined in:
- activerecord/lib/active_record/connection_adapters/pool_config.rb
#schema_reflection ⇒ Object
12 13 14 |
# File 'activerecord/lib/active_record/connection_adapters/pool_config.rb', line 12 def schema_reflection @schema_reflection ||= SchemaReflection.new(db_config.lazy_schema_cache_path) end |