Files
fizzy/app/controllers/pwa_controller.rb
T

9 lines
213 B
Ruby

class PwaController < ApplicationController
require_untenanted_access
skip_forgery_protection
# We need a stable URL at the root, so we can't use the regular asset path here.
def service_worker
end
end