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

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