From 6947d34d29ae8255cd882682a396a32794dd8350 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 31 Dec 2015 01:24:18 -0800 Subject: routes.rb: Remove unused (commented) route This was originally for the 'evernote_oauth' gem but we're no longer using that one. --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index f0ab676..cc61204 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,7 +3,6 @@ Rails.application.routes.draw do get 'notes' => 'notes#index' - # get '/auth/evernote' => 'auth/evernote#index' get '/auth/evernote/callback' => 'sessions#create' # The priority is based upon order of creation: first created -> highest priority. -- cgit v1.2.3