mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
work in progress add support for groups
This commit is contained in:
4
app/controllers/admin/groups_controller.rb
Normal file
4
app/controllers/admin/groups_controller.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class Admin::GroupsController < Admin::AdminController
|
||||
def show
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user