aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-06-27 01:25:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-06-27 01:25:09 -0300
commite6035d1e08ff690437c30aeb54372602ae73b3f0 (patch)
tree5b8239262f4e194ca42476c9fee8ad83a68f97e3
parent79fc70f413b76397aacc9885f85de27d2af3b1c2 (diff)
parente7de3e4ac6348a251f70f81212e936261a584934 (diff)
downloadrails-e6035d1e08ff690437c30aeb54372602ae73b3f0.tar.gz
rails-e6035d1e08ff690437c30aeb54372602ae73b3f0.tar.bz2
rails-e6035d1e08ff690437c30aeb54372602ae73b3f0.zip
Merge pull request #20711 from fenec/fix_routes_in_guides
Change routes.rb look in getting started
-rw-r--r--guides/source/getting_started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 79d4393f32..a091f84fb0 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -298,6 +298,7 @@ Rails.application.routes.draw do
# The priority is based upon order of creation:
# first created -> highest priority.
+ # See how all your routes lay out with "rake routes".
#
# You can have the root of your site routed with "root"
# root 'welcome#index'