Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Yet another background processing abstraction layer
# Yet another background processing abstraction layer

Assuming that every time you want to do something in a background job, it's defined in a method on an active record object.

Zero explicit dependencies. (just respond to `id` and `find` like AR does)

##Example
## Example

gem is called `async-jobs`

Expand Down