Merge pull request #21467 from yui-knk/doc/subscribe

[ci skip] Add description about which object
This commit is contained in:
Zachary Scott 2015-09-02 09:43:50 -04:00
commit aa3acf85cb

@ -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