discourse/app/controllers/admin/groups_controller.rb

5 lines
76 B
Ruby
Raw Normal View History

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