Delete unused SweeperController

Something about fragment expiration I guess!
This commit is contained in:
Emi Matchu 2023-10-25 12:53:06 -07:00
parent 4cd12f6132
commit 8d2ed67d89

View file

@ -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