Skip to content

Commit

Permalink
add missing end in example
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev authored and fxn committed Jun 18, 2011
1 parent cbeb1c1 commit 32aa7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/guides/source/caching_with_rails.textile
Expand Up @@ -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>

Expand Down

0 comments on commit 32aa7d5

Please sign in to comment.