add devise async and suckerpunch
This commit is contained in:
@ -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
|
||||
|
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