discourse/app/controllers/admin/staff_controller.rb

9 lines
164 B
Ruby

# frozen_string_literal: true
class Admin::StaffController < ApplicationController
include WithServiceHelper
requires_login
before_action :ensure_staff
end