Enable installing app as pwa
This commit is contained in:
7
app/controllers/service_worker_controller.rb
Normal file
7
app/controllers/service_worker_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class ServiceWorkerController < ApplicationController
|
||||
protect_from_forgery except: :service_worker
|
||||
def service_worker
|
||||
end
|
||||
def manifest
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user