1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -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