aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-15 16:46:12 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-15 16:46:12 -0200
commitd150387a38b3dc4ef091956352c654c3941a985a (patch)
tree98bce41bf19095b09aa11abec2faecab0691abe3 /activerecord
parentb0e06ec0da901304cbf458676da0d3837e49cc4e (diff)
downloadrails-d150387a38b3dc4ef091956352c654c3941a985a.tar.gz
rails-d150387a38b3dc4ef091956352c654c3941a985a.tar.bz2
rails-d150387a38b3dc4ef091956352c654c3941a985a.zip
Improve the CHANGELOG entry [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files 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*