diff options
author | comptrol <aydogan_ozgur@yahoo.com> | 2012-11-03 15:32:23 +0200 |
---|---|---|
committer | comptrol <aydogan_ozgur@yahoo.com> | 2012-11-03 15:32:23 +0200 |
commit | ebc18cf29145966a25ee417d0ae46e06ea3c01ed (patch) | |
tree | 681b76a9be122a43d43d68d7a425bc4eeb697610 | |
parent | 3b0bb08699ce409b8213c82956dc34086dcbc8b9 (diff) | |
download | rails-ebc18cf29145966a25ee417d0ae46e06ea3c01ed.tar.gz rails-ebc18cf29145966a25ee417d0ae46e06ea3c01ed.tar.bz2 rails-ebc18cf29145966a25ee417d0ae46e06ea3c01ed.zip |
Fixed the wrong terminology usage in 2.2.2
-rw-r--r-- | guides/source/layouts_and_rendering.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |