1
0
Fork 0
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:
Rafael Mendonça França 2014-10-08 11:24:16 -03:00
parent a7a63492c4
commit ee9f86e2e3

View file

@ -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