Skip to content

Commit

Permalink
Documentation: Notifications queue does not run in a thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbutler committed May 21, 2013
1 parent 928a58b commit e93e255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/notifications.rb
Expand Up @@ -143,8 +143,8 @@ module ActiveSupport
# #
# == Default Queue # == Default Queue
# #
# Notifications ships with a queue implementation that consumes and publish events # Notifications ships with a queue implementation that consumes and publishes events
# to log subscribers in a thread. You can use any queue implementation you want. # to all log subscribers. You can use any queue implementation you want.
# #
module Notifications module Notifications
class << self class << self
Expand Down

0 comments on commit e93e255

Please sign in to comment.