Skip to content

Instantly share code, notes, and snippets.

@alex-quiterio
Created March 26, 2013 16:17
Show Gist options
  • Save alex-quiterio/5246749 to your computer and use it in GitHub Desktop.
Save alex-quiterio/5246749 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
caches_action :render_html,
:cache_path => Proc.new { "#{LastChange::last_update}/pages/#{params[:cms_path]}" },
:if => Proc.new { controller_name == "cms_content" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment