ActionCable::Server::Worker::ActiveRecordConnectionManagement
Namespace
Methods
W
Instance Public methods
with_database_connections()
# File actioncable/lib/action_cable/server/worker/active_record_connection_management.rb, line 13
def with_database_connections
  connection.logger.tag(ActiveRecord::Base.logger) { yield }
end