method

manifest

manifest()
public

No documentation available.

# File railties/lib/rails/pwa_controller.rb, line 12
  def manifest
    render template: "pwa/manifest", layout: false
  end