Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kineticac/399168 to your computer and use it in GitHub Desktop.
Save kineticac/399168 to your computer and use it in GitHub Desktop.
# users_controller.rb
@teams = cache_fetch("teams"){
Team.find(:all)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment