From d150387a38b3dc4ef091956352c654c3941a985a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Sun, 15 Dec 2013 16:46:12 -0200 Subject: Improve the CHANGELOG entry [ci skip] --- activerecord/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5dc369ebf1..4f62688bc4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,7 @@ -* db:test:clone and db:test:prepare must load Rails environment +* `db:test:clone` and `db:test:prepare` must load Rails environment. - db:test:clone and db:test:prepare use ActiveRecord::Base. configurations, - so we need to load the rails environment, otherwise the config wont be in place. + `db:test:clone` and `db:test:prepare` use `ActiveRecord::Base`. configurations, + so we need to load the Rails environment, otherwise the config wont be in place. *arthurnn* -- cgit v1.2.3