diff options
author | Teddy Wing | 2017-02-03 20:05:11 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-03 20:05:11 +0100 |
commit | 22207ed91997361da247bbe1f676bcc0c05baf51 (patch) | |
tree | e5d5f4dbcc3ad183c61ef4287e34634cff4b63ae /config | |
parent | 085aef748499d4806104b4af8f367a91870acffd (diff) | |
download | Angular-tutorial-22207ed91997361da247bbe1f676bcc0c05baf51.tar.bz2 |
Create HomeController
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 787824f..ed86214 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,3 @@ Rails.application.routes.draw do - # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + root to: 'home#index' end |