Skip to content

Instantly share code, notes, and snippets.

@mmmurf
Created August 6, 2008 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmmurf/4288 to your computer and use it in GitHub Desktop.
Save mmmurf/4288 to your computer and use it in GitHub Desktop.
caches_action :show => { :ttl => 10.minutes, :if => Proc.new {|c| c.current_user.nil? || !c.current_user.logged_in?} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment