mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 10:24:13 +08:00
FEATURE: admin can disable flags (#27171)
UI for admins to disable system flags.
This commit is contained in:

committed by
GitHub

parent
e9c8e182d3
commit
963b9fd157
@ -1,6 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Admin::AdminController < ApplicationController
|
||||
include WithServiceHelper
|
||||
|
||||
requires_login
|
||||
before_action :ensure_admin
|
||||
|
||||
|
Reference in New Issue
Block a user