Skip to content

Instantly share code, notes, and snippets.

@timlinquist
Created September 8, 2011 00:01
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 timlinquist/1202218 to your computer and use it in GitHub Desktop.
Save timlinquist/1202218 to your computer and use it in GitHub Desktop.
ERB caching
<% cache(:client=> @client.id, :store => @store.id, :action => local_assigns[:cache_action] || "prices_mobile") do %>
<div id='nav'>Testing ERB</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment