From 2970e3f05454304b4fd0e58581b49665001cb68a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 25 Apr 2012 07:11:39 -0700 Subject: [PATCH] Remove blank line at the end of routes.rb --- .../lib/rails/generators/rails/app/templates/config/routes.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/routes.rb b/railties/lib/rails/generators/rails/app/templates/config/routes.rb index 24026cf324..286e93c3cf 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/routes.rb +++ b/railties/lib/rails/generators/rails/app/templates/config/routes.rb @@ -51,5 +51,4 @@ # root :to => 'welcome#index' # See how all your routes lay out with "rake routes" - -end +end \ No newline at end of file -- GitLab