0
0
Fork 0

Adding Sidekiq for background processing (firstly just of mailers)

This commit is contained in:
Eugen Rochko 2016-03-25 02:50:48 +01:00
parent a08e724476
commit 42dcb0d4cb
6 changed files with 46 additions and 2 deletions

View file

@ -1,4 +1,10 @@
require 'sidekiq/web'
Rails.application.routes.draw do
authenticate :user do
mount Sidekiq::Web => '/sidekiq'
end
use_doorkeeper do
controllers applications: 'oauth/applications'
end