mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix names of http authentication modules in api_app guides
This commit is contained in:
parent
125095c2d5
commit
1997c9a137
1 changed files with 4 additions and 2 deletions
|
@ -414,8 +414,10 @@ Some common modules you might want to add:
|
|||
|
||||
- `AbstractController::Translation`: Support for the `l` and `t` localization
|
||||
and translation methods.
|
||||
- `ActionController::HttpAuthentication::Basic` (or `Digest` or `Token`): Support
|
||||
for basic, digest or token HTTP authentication.
|
||||
- Support for basic, digest or token HTTP authentication:
|
||||
* `ActionController::HttpAuthentication::Basic::ControllerMethods`,
|
||||
* `ActionController::HttpAuthentication::Digest::ControllerMethods`,
|
||||
* `ActionController::HttpAuthentication::Token::ControllerMethods`
|
||||
- `ActionView::Layouts`: Support for layouts when rendering.
|
||||
- `ActionController::MimeResponds`: Support for `respond_to`.
|
||||
- `ActionController::Cookies`: Support for `cookies`, which includes
|
||||
|
|
Loading…
Reference in a new issue