From 3e599e6d8e108c7b03b7c4a8055a24f7fa81fa9b Mon Sep 17 00:00:00 2001 From: "Christopher J. Kenna" Date: Thu, 16 Jul 2009 13:18:02 -0400 Subject: fixed typo. meaning was opposite of intent. --- railties/guides/source/layouts_and_rendering.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/layouts_and_rendering.textile') diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index e1b259bea7..0cee413ac3 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -418,7 +418,7 @@ def show end -Note that the implicit render done by ActionController detects if +render+ has been called, and thus avoids this error. So this code will work with problems: +Note that the implicit render done by ActionController detects if +render+ has been called, and thus avoids this error. Therefore, the following will work without errors: def show -- cgit v1.2.3