Skip to content

Commit aa3acf8

Browse files
author
Zachary Scott
committed
Merge pull request rails#21467 from yui-knk/doc/subscribe
[ci skip] Add description about which object
2 parents ec14aad + 42c95b6 commit aa3acf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activesupport/lib/active_support/notifications.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ module ActiveSupport
6969
# is able to take the arguments as they come and provide an object-oriented
7070
# interface to that data.
7171
#
72-
# It is also possible to pass an object as the second parameter passed to the
73-
# <tt>subscribe</tt> method instead of a block:
72+
# It is also possible to pass an object which responds to <tt>call</tt> method
73+
# as the second parameter to the <tt>subscribe</tt> method instead of a block:
7474
#
7575
# module ActionController
7676
# class PageRequest

0 commit comments

Comments
 (0)