method
with_database_connections
rails latest stable - Class:
ActionCable::Server::Worker::ActiveRecordConnectionManagement
with_database_connections(&block)public
No documentation available.
# File actioncable/lib/action_cable/server/worker/active_record_connection_management.rb, line 15
def with_database_connections(&block)
connection.logger.tag(ActiveRecord::Base.logger, &block)
end