Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Last active December 14, 2015 02:48
Show Gist options
  • Select an option

  • Save mb-dev/5015844 to your computer and use it in GitHub Desktop.

Select an option

Save mb-dev/5015844 to your computer and use it in GitHub Desktop.
Dogpile Protection - Usage
<% custom_cache custom_cache_key('product-tile', @product.id), @product.updated_at, dogpile_protection: true do %>
<%= @product.name %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment