mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix module name typo in API app guide [ci skip]
This commit is contained in:
parent
db69045f7d
commit
40c96f7be5
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ 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
|
||||
- `ActionController::HttpAuthentication::Basic` (or `Digest` or `Token`): Support
|
||||
for basic, digest or token HTTP authentication.
|
||||
- `AbstractController::Layouts`: Support for layouts when rendering.
|
||||
- `ActionController::MimeResponds`: Support for `respond_to`.
|
||||
|
|
Loading…
Reference in a new issue