mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
commit
08c4eb5e24
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module ActionDispatch
|
|||
# - +headers+: Additional headers to pass, as a Hash. The headers will be
|
||||
# merged into the Rack env hash.
|
||||
#
|
||||
# This method returns an Response object, which one can use to
|
||||
# This method returns a Response object, which one can use to
|
||||
# inspect the details of the response. Furthermore, if this method was
|
||||
# called from an ActionDispatch::IntegrationTest object, then that
|
||||
# object's <tt>@response</tt> instance variable will point to the same
|
||||
|
|
Loading…
Reference in a new issue