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` --- app/controllers/home_controller.rb | 2 ++ app/views/home/index.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 app/views/home/index.html (limited to 'app') diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index fc0b474..95f2992 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,2 +1,4 @@ class HomeController < ApplicationController + def index + end end diff --git a/app/views/home/index.html b/app/views/home/index.html new file mode 100644 index 0000000..13da327 --- /dev/null +++ b/app/views/home/index.html @@ -0,0 +1 @@ +Login with Evernote -- cgit v1.2.3