public
Description: Rails plugin. Force major browsers (IE, Firefox, Safari) to reload a page, even when triggered by 'back' button.
Homepage: http://giantrobots.thoughtbot.com
Clone URL: git://github.com/dancroak/no_cache.git
no_cache / init.rb
100644 4 lines (3 sloc) 0.176 kb
1
2
3
4
require File.join(File.dirname(__FILE__), 'lib', 'no_cache')
ActionController::Base.send :include, Thoughtbot::NoCache
ActionController::Base.helper Thoughtbot::NoCacheHelpers