From 0b30d668fa8188077c04da938272db05e9b3c461 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 28 Sep 2012 22:49:43 +0530 Subject: Revert "add documentation to generated routes" This reverts commit bfafa999ddaa203224ac0222203517a0d2a3f6bf. Changes in templates aren't allowed in docrails. [ci skip] --- guides/code/getting_started/config/routes.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'guides/code') diff --git a/guides/code/getting_started/config/routes.rb b/guides/code/getting_started/config/routes.rb index 724edf4727..04a6bd374e 100644 --- a/guides/code/getting_started/config/routes.rb +++ b/guides/code/getting_started/config/routes.rb @@ -55,8 +55,7 @@ Blog::Application.routes.draw do # just remember to delete public/index.html. root :to => "welcome#index" - # See how all your routes lay out by running `$ rake routes` - # or by visiting `/rails/info/routes` in your browser + # See how all your routes lay out with "rake routes" # This is a legacy wild controller route that's not recommended for RESTful applications. # Note: This route will make all actions in every controller accessible via GET requests. -- cgit v1.2.3