1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] ✂️ a blank line from code (Active Job Guide).

This commit is contained in:
Juanito Fatas 2015-01-02 13:27:17 +08:00
parent b095bf890f
commit 6ae6e48b6e

View file

@ -303,7 +303,6 @@ Active Job provides a way to catch exceptions raised during the execution of the
job:
```ruby
class GuestsCleanupJob < ActiveJob::Base
queue_as :default