[manager] list superadmins

This commit is contained in:
Christophe Robillard 2021-04-13 15:54:42 +02:00
parent 2c50fb29e2
commit db48ea02aa
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module Manager
class SuperAdminsController < Manager::ApplicationController
end
end