From c90e24d08782d583286ccb21cc15f60fa9ed8367 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 26 Feb 2013 08:38:12 -0300 Subject: Improve changelog entry [ci skip] --- activerecord/CHANGELOG.md | 8 ++++---- 1 file 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* -- cgit v1.2.3