Devise::Async::Backend::Base
# File lib/devise/async/backend/delayed_job.rb, line 5 def self.enqueue(*args) new.delay(:queue => Devise::Async.queue).perform(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.