5 lines
80 B
Ruby
5 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
class PwaController < ActionController::Base
|
|
end
|