From 79e5c0de6d87a7957889a0ff1fe9063337e627a2 Mon Sep 17 00:00:00 2001 From: Chris Moylan Date: Wed, 29 Oct 2014 16:36:16 -0500 Subject: correct GlobalID mixin name in the guides --- guides/source/active_job_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index 0f63a1c7e7..875919e237 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -286,7 +286,7 @@ class TrashableCleanupJob end ``` -This works with any class that mixes in `ActiveModel::GlobalIdentification`, which +This works with any class that mixes in `GlobalID::Identification`, which by default has been mixed into Active Model classes. -- cgit v1.2.3