mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Added que #2557
This commit is contained in:
parent
0aa8058022
commit
51d22af52b
9 changed files with 4779 additions and 2 deletions
|
@ -224,6 +224,10 @@ Rails.application.routes.draw do
|
|||
get 'logout' => '/devise/sessions#destroy'
|
||||
end
|
||||
|
||||
authenticate :user do
|
||||
mount Que::Web, at: 'que'
|
||||
end
|
||||
|
||||
root 'dashboards#show'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue