mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add missing end in example
This commit is contained in:
parent
3c06d25cf9
commit
53a9849551
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ class ProductsController < ApplicationController
|
|||
# anything. The default render checks for this using the parameters
|
||||
# used in the previous call to stale? and will automatically send a
|
||||
# :not_modified. So that's it, you're done.
|
||||
end
|
||||
end
|
||||
</ruby>
|
||||
|
||||
|
|
Loading…
Reference in a new issue