Skip to content

Instantly share code, notes, and snippets.

@ericcf
Created June 22, 2011 14:51
Show Gist options
  • Save ericcf/1040254 to your computer and use it in GitHub Desktop.
Save ericcf/1040254 to your computer and use it in GitHub Desktop.
class IngredientsController < ApplicationController
caches_action :index, :show
cache_sweeper :ingredients_sweeper
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment