feat: Manage platform apps from Super Admin (#2129)

- ability to manage platform apps from super admin
- fixes #2021
This commit is contained in:
Sojan Jose
2021-04-20 00:01:05 +05:30
committed by GitHub
parent fa525fc107
commit ea74462209
6 changed files with 136 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ Rails.application.routes.draw do
# resources that doesn't appear in primary navigation in super admin
resources :account_users, only: [:new, :create, :destroy]
resources :agent_bots, only: [:index, :new, :create, :show, :edit, :update]
resources :platform_apps, only: [:index, :new, :create, :show, :edit, :update]
end
authenticated :super_admin do
mount Sidekiq::Web => '/monitoring/sidekiq'