From 40a10270c1087b8fd861b256ee4aa0fc713158e0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 19 Feb 2013 01:33:50 +0100 Subject: editorial tweaks --- actionpack/lib/action_dispatch/routing/inspector.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'actionpack/lib/action_dispatch/routing/inspector.rb') diff --git a/actionpack/lib/action_dispatch/routing/inspector.rb b/actionpack/lib/action_dispatch/routing/inspector.rb index 9ac8f97b74..2870888771 100644 --- a/actionpack/lib/action_dispatch/routing/inspector.rb +++ b/actionpack/lib/action_dispatch/routing/inspector.rb @@ -172,7 +172,7 @@ module ActionDispatch Please add some routes in config/routes.rb. - For more information about routes, see the Rails Guide: http://guides.rubyonrails.org/routing.html . + For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html. MESSAGE end @@ -216,8 +216,11 @@ module ActionDispatch @buffer << <<-MESSAGE.strip_heredoc

You don't have any routes defined!

MESSAGE end -- cgit v1.2.3