diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-01-05 09:16:40 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-01-05 09:16:40 +0100 |
commit | 65520c29f7e9fbd654446624a5c267bdc6285341 (patch) | |
tree | e43c28abacc75478d51d28b6c410127c94a983f8 | |
parent | 076cb722f090a6d23199f9bad00d07eef1b9c1b9 (diff) | |
download | rails-65520c29f7e9fbd654446624a5c267bdc6285341.tar.gz rails-65520c29f7e9fbd654446624a5c267bdc6285341.tar.bz2 rails-65520c29f7e9fbd654446624a5c267bdc6285341.zip |
add punctuation. [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5588b24851..3e9c8a4011 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,5 @@ -* Added ActiveRecord::SecureToken in order to encapsulate generation of - unique tokens for attributes in a model using SecureRandom +* Added `ActiveRecord::SecureToken` in order to encapsulate generation of + unique tokens for attributes in a model using `SecureRandom`. *Roberto Miranda* |