fixed typo. meaning was opposite of intent.

This commit is contained in:
Christopher J. Kenna 2009-07-16 13:18:02 -04:00
parent b794765296
commit 3e599e6d8e

@ -418,7 +418,7 @@ def show
end
</ruby>
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:
<ruby>
def show