aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTeddy Wing2017-02-03 20:05:11 +0100
committerTeddy Wing2017-02-03 20:05:11 +0100
commit22207ed91997361da247bbe1f676bcc0c05baf51 (patch)
treee5d5f4dbcc3ad183c61ef4287e34634cff4b63ae /config
parent085aef748499d4806104b4af8f367a91870acffd (diff)
downloadAngular-tutorial-22207ed91997361da247bbe1f676bcc0c05baf51.tar.bz2
Create HomeController
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
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