aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-23 23:09:46 -0800
committerZachary Scott <e@zzak.io>2014-11-23 23:12:05 -0800
commit32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c (patch)
tree9df8f8302eb8eac1a0c7353f207ee69f6713a02c /guides/source/4_2_release_notes.md
parentbe2f28d15f99b4b37414ab5439601d51ca608fca (diff)
downloadrails-32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c.tar.gz
rails-32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c.tar.bz2
rails-32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c.zip
Clarify what is being serialized and when it will be deserialized
[ci skip]
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 8553cffa9d..6463477c18 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -49,8 +49,8 @@ bog down the controller or model.
The new GlobalID library makes it easy to pass Active Record objects to jobs by
serializing them in a generic form. This means you no longer have to manually
pack and unpack your Active Records by passing ids. Just give the job the
-Active Record object, and it'll serialize it using GlobalID, and deserialize
-it at run time.
+Active Record object, and the object will be serialized using GlobalID, and
+then deserialized again at run time.
### Adequate Record