discourse/app/controllers/admin/groups_controller.rb

4 lines
76 B
Ruby

class Admin::GroupsController < Admin::AdminController
def show
end
end