add devise async
This commit is contained in:
@ -27,6 +27,8 @@ module HubfeenixFi
|
||||
config.hosts << "www.hubfeenix.fi" #production
|
||||
config.hosts << "hubfeenix.fi" #production
|
||||
|
||||
config.active_job.queue_adapter = :sucker_punch
|
||||
|
||||
# Configuration for the application, engines, and railties goes here.
|
||||
#
|
||||
# These settings can be overridden in specific environments using the files
|
||||
|
1
config/initializers/sucker_punch.rb
Normal file
1
config/initializers/sucker_punch.rb
Normal file
@ -0,0 +1 @@
|
||||
require 'sucker_punch/async_syntax'
|
Reference in New Issue
Block a user