Methods

Devise::Async

Constants

VERSION

Public Class Methods

setup() click to toggle source

Allow configuring Devise::Async with a block

Example:

Devise::Async.setup do |config|
  config.backend = :resque
  config.queue   = :my_custom_queue
end
# File lib/devise/async.rb, line 39
def self.setup
  yield self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.