aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-03-19 09:19:22 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-03-19 09:19:22 -0400
commitbee9434cdf4f56dc51027a8890cf04f506544735 (patch)
tree61973f614c9d2b9a097c395273b36a03e44e3144 /railties/CHANGELOG.md
parentdfdb08f0923d22b66d6a41e7935ca3a2e02dd15a (diff)
parent2f23f97b2e58ddb13af30d12c149e55d610a8a26 (diff)
downloadrails-bee9434cdf4f56dc51027a8890cf04f506544735.tar.gz
rails-bee9434cdf4f56dc51027a8890cf04f506544735.tar.bz2
rails-bee9434cdf4f56dc51027a8890cf04f506544735.zip
Merge pull request #19387 from arthurnn/fix_route_regression
Add a new-line to the end of route method generated code.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index b538c81428..f4a8cf86b6 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Add a new-line to the end of route method generated code.
+
+ We need to add a `\n`, because we cannot have two routes
+ in the same line.
+
+ *arthurnn*
+
* Add `rake initializer`
This task prints out initializers for an application. It is useful to