diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-26 08:38:12 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-26 08:38:12 -0300 |
commit | c90e24d08782d583286ccb21cc15f60fa9ed8367 (patch) | |
tree | a82db3707b2beb3858284ff34c654852d2ea1c31 /activerecord | |
parent | 06eb872035a115852d92121c037e3c54a7a10f58 (diff) | |
download | rails-c90e24d08782d583286ccb21cc15f60fa9ed8367.tar.gz rails-c90e24d08782d583286ccb21cc15f60fa9ed8367.tar.bz2 rails-c90e24d08782d583286ccb21cc15f60fa9ed8367.zip |
Improve changelog entry [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 738eddb406..bac7b358dc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,8 +1,8 @@ ## unreleased ## -* Fixes issue with overrding ActiveRecord reader methods with a - composed object and using that attribute as the scope of a - validates_uniqueness_of validation. - Backport of #7072 + +* Fix issue with overriding Active Record reader methods with a composed object + and using that attribute as the scope of a `uniqueness_of` validation. + Backport #7072. *Peter Brown* |