Methods

Devise::Async::Backend

Public Class Methods

for(backend) click to toggle source

Gives the desired backend driver class to be used to enqueue jobs.

# File lib/devise/async/backend.rb, line 6
def self.for(backend)
  const_get(backend.to_s.camelize)
rescue NameError
  raise ArgumentError, "unsupported backend for devise-async."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.