89d1299ec0
trying out the name "disallow_account_scope" for this, but I don't think it's quite right yet.
9 lines
210 B
Ruby
9 lines
210 B
Ruby
class PwaController < ApplicationController
|
|
disallow_account_scope
|
|
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
|