From 5bb7a76bb95baef84d96d33eb50034fe51cdc0e4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:49:41 -0800 Subject: routes.rb: Add route to notes index page --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 70acae5..f0ab676 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,8 @@ Rails.application.routes.draw do root 'home#index' + get 'notes' => 'notes#index' + # get '/auth/evernote' => 'auth/evernote#index' get '/auth/evernote/callback' => 'sessions#create' -- cgit v1.2.3