diff options
author | Dmitry Pak <fenec230@yahoo.com> | 2015-06-27 01:05:12 +0300 |
---|---|---|
committer | Dmitry Pak <fenec230@yahoo.com> | 2015-06-27 02:16:02 +0300 |
commit | e7de3e4ac6348a251f70f81212e936261a584934 (patch) | |
tree | 88687c9eb2d23258735718d56784af6ba79c0fdb /guides | |
parent | f9996803f857afcd6f32e18e63ab0269ac8213e6 (diff) | |
download | rails-e7de3e4ac6348a251f70f81212e936261a584934.tar.gz rails-e7de3e4ac6348a251f70f81212e936261a584934.tar.bz2 rails-e7de3e4ac6348a251f70f81212e936261a584934.zip |
Change routes.rb look in getting started [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 1 |
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' |