mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
GlobalID::Identification has been mixed into AR not AM
This commit is contained in:
parent
e56ab77693
commit
de40b87e61
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ end
|
|||
```
|
||||
|
||||
This works with any class that mixes in `GlobalID::Identification`, which
|
||||
by default has been mixed into Active Model classes.
|
||||
by default has been mixed into Active Record classes.
|
||||
|
||||
|
||||
Exceptions
|
||||
|
|
Loading…
Reference in a new issue