add devise async

This commit is contained in:
2023-02-10 00:54:54 +02:00
parent b40276385b
commit d5bcc32699
4 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
require 'sucker_punch/async_syntax'