method

manifest

rails latest stable - Class: Rails::PwaController

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

manifest()
public

No documentation available.

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