module RestrictCache::RailsExt::ActionController

Public Instance Methods

sweep_restrict_cache() { || ... } click to toggle source
# File lib/restrict_cache/rails_ext/action_controller.rb, line 15
def sweep_restrict_cache
  yield
ensure
  RestrictCache.clear
end