From ccd50d7ced3417f39b7c6a98df372554ae6d2722 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:22:25 -0800 Subject: Add a link to login with Evernote on homepage * Add index method to HomeController * Add root route to HomeController#index * Add link on index page to `/auth/evernote` --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 3f66539..08c7222 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ Rails.application.routes.draw do + root 'home#index' + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". -- cgit v1.2.3