Methods

Instance Public methods

with_database_connections()

📝 Source code
# 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
🔎 See on GitHub