1
0
Fork 0
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:
Vijay Dev 2011-06-10 17:27:46 +05:30
parent 3c06d25cf9
commit 53a9849551

View file

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