1
0
Fork 0
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:
yuuji.yaginuma 2015-09-04 14:27:00 +09:00
parent db69045f7d
commit 40c96f7be5

View file

@ -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`.