removes configurations and settings for devise-async

This commit is contained in:
alejandro
2017-04-06 22:22:22 +02:00
committed by Julian Herrero
parent 84338592da
commit 935b41154f

View File

@@ -1,8 +0,0 @@
# Devise::Async.setup do |config|
# if Rails.env.test? || Rails.env.development?
# config.enabled = false
# else
# config.enabled = true
# end
# config.backend = :delayed_job
# end