method

with_database_connections

with_database_connections()
public

No documentation available.

# File actioncable/lib/action_cable/server/worker/active_record_connection_management.rb, line 15
        def with_database_connections
          connection.logger.tag(ActiveRecord::Base.logger) { yield }
        end