mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 01:53:41 +08:00
8 lines
164 B
Ruby
Vendored
8 lines
164 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
class Admin::StaffController < ApplicationController
|
|
include WithServiceHelper
|
|
|
|
requires_login
|
|
before_action :ensure_staff
|
|
end
|