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:
parent
b794765296
commit
3e599e6d8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue