method

for_lone_connection

rails latest stable - Class: ActiveRecord::ConnectionAdapters::BoundSchemaReflection

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

for_lone_connection(abstract_schema_reflection, connection)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 155
        def for_lone_connection(abstract_schema_reflection, connection) # :nodoc:
          new(abstract_schema_reflection, FakePool.new(connection))
        end