1
0
Fork 0
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:
Cristian Bica 2015-01-08 11:09:41 +02:00
parent e56ab77693
commit de40b87e61

View file

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