1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

correct GlobalID mixin name in the guides

This commit is contained in:
Chris Moylan 2014-10-29 16:36:16 -05:00
parent 6d824ff524
commit 79e5c0de6d

View file

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