aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-30 12:23:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-03-30 12:23:29 +0530
commit5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc (patch)
tree78cb5b74ed5f29f2cdaed64576fe5e0fdab6c2ab /activerecord
parent6065f0ee78c460b5a35448a83211e2a0a9b66251 (diff)
downloadrails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.tar.gz
rails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.tar.bz2
rails-5ac7bd3ec4dddd6b9b0c2a59150021530f3a39dc.zip
Pass over CHANGELOGs [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c2570f743e..d59101d621 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -18,9 +18,9 @@
*Sean Griffin*
-* The schema cache is now cleared after the 'migrate' task is run
+* The schema cache is now cleared after the `db:migrate` task is run.
- Closes #24273
+ Closes #24273.
*Chris Arcand*