Skip to content

Commit

Permalink
fix incorrect module name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed May 1, 2016
1 parent 2852929 commit 0ae2062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/api_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Some common modules you might want to add:
and translation methods.
- `ActionController::HttpAuthentication::Basic` (or `Digest` or `Token`): Support
for basic, digest or token HTTP authentication.
- `AbstractController::Layouts`: Support for layouts when rendering.
- `ActionView::Layouts`: Support for layouts when rendering.
- `ActionController::MimeResponds`: Support for `respond_to`.
- `ActionController::Cookies`: Support for `cookies`, which includes
support for signed and encrypted cookies. This requires the cookies middleware.
Expand Down

0 comments on commit 0ae2062

Please sign in to comment.