Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created February 13, 2012 16:05
Show Gist options
  • Save DavidQL/1817879 to your computer and use it in GitHub Desktop.
Save DavidQL/1817879 to your computer and use it in GitHub Desktop.
class FooController
caches_action :foo, :cache_path => Proc.new { |c| current_user.foo_cache_key }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment