Devise::Async::Backend::Base
# File lib/devise/async/backend/resque.rb, line 7 def self.enqueue(*args) args.unshift(self) ::Resque.enqueue(*args) end
# File lib/devise/async/backend/resque.rb, line 12 def self.perform(*args) new.perform(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.