aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-12-20 14:44:20 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-20 14:44:20 +0100
commita8015865d24c5cd4551c3be06abd8211f79888ea (patch)
tree593cacec90e22d67b7b03476cdba67dc8a71261e /activejob
parent79b71da793f100a6311861a4bc2e7cb0815ff28e (diff)
parent902da271f54c9f3ceec93c66c1d9b4f7856c8f4d (diff)
downloadrails-a8015865d24c5cd4551c3be06abd8211f79888ea.tar.gz
rails-a8015865d24c5cd4551c3be06abd8211f79888ea.tar.bz2
rails-a8015865d24c5cd4551c3be06abd8211f79888ea.zip
Merge pull request #18110 from claudiob/point-guide-to-master
Replace guides.ror.org/v4.2.0 with guides.ror.org
Diffstat (limited to 'activejob')
-rw-r--r--activejob/lib/active_job/queue_adapters/inline_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters/inline_adapter.rb b/activejob/lib/active_job/queue_adapters/inline_adapter.rb
index 08e26b7418..e25d88e723 100644
--- a/activejob/lib/active_job/queue_adapters/inline_adapter.rb
+++ b/activejob/lib/active_job/queue_adapters/inline_adapter.rb
@@ -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/v4.2.0/active_job_basics.html")
+ raise NotImplementedError.new("Use a queueing backend to enqueue jobs in the future. Read more at http://guides.rubyonrails.org/active_job_basics.html")
end
end
end