From ebc18cf29145966a25ee417d0ae46e06ea3c01ed Mon Sep 17 00:00:00 2001 From: comptrol Date: Sat, 3 Nov 2012 15:32:23 +0200 Subject: Fixed the wrong terminology usage in 2.2.2 --- guides/source/layouts_and_rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md index 5f4f7e8511..e61d73d219 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -130,7 +130,7 @@ TIP: You should probably be using the `head` method, discussed later in this gui #### Rendering an Action's View -If you want to render the view that corresponds to a different action within the same template, you can use `render` with the name of the view: +If you want to render the view that corresponds to a different template within the same controller, you can use `render` with the name of the view: ```ruby def update -- cgit v1.2.3