aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-05-16 11:00:17 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-05-16 11:00:17 +0530
commitdaba090dec94b87bee841b5784d85def55e3142a (patch)
treeab7acba0658681805c0de3b029b11f1ffc9528c4 /actionpack
parent97c482ff8eb652d4c18ab49fba034c506be902b8 (diff)
downloadrails-daba090dec94b87bee841b5784d85def55e3142a.tar.gz
rails-daba090dec94b87bee841b5784d85def55e3142a.tar.bz2
rails-daba090dec94b87bee841b5784d85def55e3142a.zip
Pass over CHANGELOGS [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index fbd6c5c747..c27ef2dc5f 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Fix rake routes not showing the right format when
+* Fix `rake routes` not showing the right format when
nesting multiple routes.
See #18373.