mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
corrected the location of status code symbols
This commit is contained in:
parent
5e35ceee7d
commit
ef48408a7b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module ActionDispatch
|
|||
#
|
||||
# You can also pass an explicit status number like <tt>assert_response(501)</tt>
|
||||
# or its symbolic equivalent <tt>assert_response(:not_implemented)</tt>.
|
||||
# See ActionDispatch::StatusCodes for a full list.
|
||||
# See Rack::Utils::SYMBOL_TO_STATUS_CODE for a full list.
|
||||
#
|
||||
# ==== Examples
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue