Revert "add documentation to generated routes"

This reverts commit bfafa999ddaa203224ac0222203517a0d2a3f6bf.

Changes in templates aren't allowed in docrails.

[ci skip]
This commit is contained in:
Vijay Dev 2012-09-28 22:49:43 +05:30
parent 5917c6eb28
commit 0b30d668fa
2 changed files with 2 additions and 4 deletions

@ -55,8 +55,7 @@
# 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.

@ -51,6 +51,5 @@
# end
# 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".
end