Skip to content

Commit

Permalink
Merge pull request #74 from weaksauce/patch-2
Browse files Browse the repository at this point in the history
Add SuckerPunch to the readme.
  • Loading branch information
Sebastian Oelke committed Apr 21, 2015
2 parents 7a584de + 5daf0e0 commit 418ddb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Supported backends:
* Torquebox
* Backburner
* Que
* SuckerPunch

## Installation

Expand Down Expand Up @@ -43,7 +44,7 @@ end
Set your queuing backend by creating `config/initializers/devise_async.rb`:

```ruby
# Supported options: :resque, :sidekiq, :delayed_job, :queue_classic, :torquebox, :backburner, :que
# Supported options: :resque, :sidekiq, :delayed_job, :queue_classic, :torquebox, :backburner, :que, :sucker_punch
Devise::Async.backend = :resque
```

Expand Down

0 comments on commit 418ddb0

Please sign in to comment.