aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
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*