d41d50d52b
and some other de-tenant changes, including removing the controller tenanting concerns
8 lines
185 B
Ruby
8 lines
185 B
Ruby
class PwaController < ApplicationController
|
|
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
|