A website template with lots of features, built with ruby on rails.

devise_async.rb 164B

123456
  1. # config/initializers/devise_async.rb
  2. Devise::Async.setup do |config|
  3. config.enabled = true
  4. config.backend = :resque
  5. config.queue = :send_reset_password
  6. end