mirror of https://github.com/rails/rails
Fix typo in method description in Responder class
Fixes a typo in the description for the call class method in Responder.
This commit is contained in:
parent
09ce1df7aa
commit
56d3862541
|
@ -144,7 +144,7 @@ module ActionController #:nodoc:
|
|||
undef_method(:to_json) if method_defined?(:to_json)
|
||||
undef_method(:to_yaml) if method_defined?(:to_yaml)
|
||||
|
||||
# Initializes a new responder an invoke the proper format. If the format is
|
||||
# Initializes a new responder and invokes the proper format. If the format is
|
||||
# not defined, call to_format.
|
||||
#
|
||||
def self.call(*args)
|
||||
|
|
Loading…
Reference in New Issue