mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
9 lines
164 B
Ruby
9 lines
164 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::StaffController < ApplicationController
|
|
include WithServiceHelper
|
|
|
|
requires_login
|
|
before_action :ensure_staff
|
|
end
|