Updated

app/controllers / pwa_controller.rb

A
9 lines of codes
2 methods
0.0 complexity/method
2 churn
0.0 complexity
0 duplications
class PwaController < ApplicationController
  1. PwaController has no descriptive comment
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 # Need ERB interpolation for paths, so can't use asset path here either. def manifest; end end