mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Point to a specific version of guide to make the redirect work
This commit is contained in:
parent
a7a63492c4
commit
ee9f86e2e3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module ActiveJob
|
|||
end
|
||||
|
||||
def enqueue_at(*) #:nodoc:
|
||||
raise NotImplementedError.new("Use a queueing backend to enqueue jobs in the future. Read more at http://guides.rubyonrails.org/active_job_basics.html")
|
||||
raise NotImplementedError.new("Use a queueing backend to enqueue jobs in the future. Read more at http://guides.rubyonrails.org/v4.2.0/active_job_basics.html")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue