mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add description about which object
`ActiveSupport::Notifications.subscribe` expects as second parameter.
This commit is contained in:
parent
13c6903451
commit
42c95b690f
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ module ActiveSupport
|
|||
# is able to take the arguments as they come and provide an object-oriented
|
||||
# interface to that data.
|
||||
#
|
||||
# It is also possible to pass an object as the second parameter passed to the
|
||||
# <tt>subscribe</tt> method instead of a block:
|
||||
# It is also possible to pass an object which responds to <tt>call</tt> method
|
||||
# as the second parameter to the <tt>subscribe</tt> method instead of a block:
|
||||
#
|
||||
# module ActionController
|
||||
# class PageRequest
|
||||
|
|
Loading…
Reference in a new issue