aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-01 10:05:37 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-01 10:05:37 +0900
commit0ae20627d5c65b259354b587cdcd1b67d64092ce (patch)
tree808c6042b157ba212e89e2de1bff081dddf6c706 /guides
parent285292946a18aaf90e00171a762ce57647828751 (diff)
downloadrails-0ae20627d5c65b259354b587cdcd1b67d64092ce.tar.gz
rails-0ae20627d5c65b259354b587cdcd1b67d64092ce.tar.bz2
rails-0ae20627d5c65b259354b587cdcd1b67d64092ce.zip
fix incorrect module name [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/api_app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md
index 56a0767131..31095c7c94 100644
--- a/guides/source/api_app.md
+++ b/guides/source/api_app.md
@@ -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.