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:
parent
6d824ff524
commit
79e5c0de6d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue