method
schema_reflection
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::NullPool
schema_reflection()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 29
def schema_reflection
SchemaReflection.new(nil)
end