allow blazer to be queried by tech admins (#6574) [deploy]
This commit is contained in:
parent
f3845f4d07
commit
01891afdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Rails.application.routes.draw do
|
|||
namespace :internal do
|
||||
get "/", to: redirect("/internal/articles")
|
||||
|
||||
authenticate :user, ->(user) { user.has_role?(:super_admin) } do
|
||||
authenticate :user, ->(user) { user.has_role?(:tech_admin) } do
|
||||
mount Blazer::Engine, at: "blazer"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue