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

Fix typo in ActiveJob #retry_job doc

This commit is contained in:
Graeme Boy 2016-04-23 17:17:20 -07:00
parent 17668cf528
commit 6e27481dc7

View file

@ -36,7 +36,7 @@ module ActiveJob
#
# ==== Examples
#
# class SiteScrapperJob < ActiveJob::Base
# class SiteScraperJob < ActiveJob::Base
# rescue_from(ErrorLoadingSite) do
# retry_job queue: :low_priority
# end