aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2015-03-18 10:27:55 -0400
committerArthur Neves <arthurnn@gmail.com>2015-03-18 10:33:59 -0400
commit2f23f97b2e58ddb13af30d12c149e55d610a8a26 (patch)
treea3a7d1b05f778a6d6e5d594ca48839108999186f /railties/CHANGELOG.md
parent4df806f95f8c64c8a1406aebf5f82807ff76c611 (diff)
downloadrails-2f23f97b2e58ddb13af30d12c149e55d610a8a26.tar.gz
rails-2f23f97b2e58ddb13af30d12c149e55d610a8a26.tar.bz2
rails-2f23f97b2e58ddb13af30d12c149e55d610a8a26.zip
Add a new-line to the end of route method generated code.
Fix regression on route method that was added by bac812a7ef2660a2fe2ab00822e5e66228379822. The regression was that when calling the `route` method, we were not appending a \n anymore. [fixes #19316]
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