method
enlist_fixture_connections
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::TestFixtures
enlist_fixture_connections()public
No documentation available.
# File activerecord/lib/active_record/fixtures.rb, line 978
def enlist_fixture_connections
ActiveRecord::Base.connection_handler.connection_pool_list.map(&:connection)
end