We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec14aad + 42c95b6 commit aa3acf8Copy full SHA for aa3acf8
activesupport/lib/active_support/notifications.rb
@@ -69,8 +69,8 @@ module ActiveSupport
69
# is able to take the arguments as they come and provide an object-oriented
70
# interface to that data.
71
#
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:
+ # 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:
74
75
# module ActionController
76
# class PageRequest
0 commit comments