From 0ae20627d5c65b259354b587cdcd1b67d64092ce Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 1 May 2016 10:05:37 +0900 Subject: fix incorrect module name [ci skip] --- guides/source/api_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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. -- cgit v1.2.3