Methods
W
Instance Public methods
with_database_connections()
# 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