application_controller.rb 88 B

1234
  1. # frozen_string_literal: true
  2. class ApplicationController < ActionController::Base
  3. end