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