Skip to content

Instantly share code, notes, and snippets.

@jookyboi
Created October 3, 2013 20:16
Show Gist options
  • Save jookyboi/6816442 to your computer and use it in GitHub Desktop.
Save jookyboi/6816442 to your computer and use it in GitHub Desktop.
def self.all_cached
Rails.cache.fetch('Contact.all') { all }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment