mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
963b9fd157
UI for admins to disable system flags.
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
|