Skip to content

Commit

Permalink
Merge pull request rails#17432 from cmoylan/update-active-job-guide
Browse files Browse the repository at this point in the history
correct GlobalID mixin name in the guides
  • Loading branch information
rafaelfranca committed Oct 29, 2014
2 parents 6d824ff + 79e5c0d commit c13ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_job_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit c13ad2d

Please sign in to comment.