method
with_database_connections
v6.1.3.1 -
Show latest stable
- Class:
ActionCable::Server::Worker::ActiveRecordConnectionManagement
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