This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/controllers/admin/groups_controller.rb

5 lines
76 B
Ruby

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