mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix class name of middleware.
This commit is contained in:
parent
ddce3dd37d
commit
1069641bbc
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ Much of Action Controller's functionality is implemented as Middlewares. The fol
|
|||
|
||||
* Parses out parameters from the request into `params`.
|
||||
|
||||
**`ActionDispatch::Head`**
|
||||
**`Rack::Head`**
|
||||
|
||||
* Converts HEAD requests to `GET` requests and serves them as so.
|
||||
|
||||
|
|
Loading…
Reference in a new issue