add devise async and suckerpunch

This commit is contained in:
2023-01-24 19:04:53 +02:00
parent 07b09e54de
commit e3d55fbbfa
5 changed files with 13 additions and 1 deletions

View File

@ -309,3 +309,4 @@ Devise.setup do |config|
# changed. Defaults to true, so a user is signed in automatically after changing a password.
# config.sign_in_after_change_password = true
end
Devise::Async.backend = :sucker_punch

View File

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