Skip to content

Commit

Permalink
Merge pull request #39 from larrylv/update-readme
Browse files Browse the repository at this point in the history
Update README for currently supported adapters.
  • Loading branch information
guilleiguaran committed May 20, 2014
2 parents 3a233d0 + 6f059b0 commit f5c85dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Set the queue adapter for Active Job:


``` ruby ``` ruby
ActiveJob::Base.queue_adapter = :inline # default queue adapter ActiveJob::Base.queue_adapter = :inline # default queue adapter
# Adapters currently supported: :resque, :sidekiq, :sucker_punch, :delayed_job # Adapters currently supported: :resque, :sidekiq, :sucker_punch, :delayed_job, :queue_classic, :sneakers
``` ```


Declare a job like so: Declare a job like so:
Expand Down

0 comments on commit f5c85dc

Please sign in to comment.