Delete unused SweeperController
Something about fragment expiration I guess!
This commit is contained in:
parent
4cd12f6132
commit
8d2ed67d89
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
class SweeperController < ActionController::Base
|
|
||||||
def expire_action_proxy(options)
|
|
||||||
options[:only_path] = true
|
|
||||||
path = Rails.application.routes.url_helpers.url_for(options)
|
|
||||||
fragment_name = "#{LocalImpressHost}#{path}"
|
|
||||||
expire_fragment(fragment_name)
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue