aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-31 01:24:18 -0800
committerTeddy Wing2015-12-31 01:24:29 -0800
commit6947d34d29ae8255cd882682a396a32794dd8350 (patch)
tree3b445e99235b1280f582b52bcb9f216843e8a8b9
parent08d1a7022ac38829afa7f04e6df4f3cfe91f468d (diff)
downloadEvernote-Rails-Example-6947d34d29ae8255cd882682a396a32794dd8350.tar.bz2
routes.rb: Remove unused (commented) route
This was originally for the 'evernote_oauth' gem but we're no longer using that one.
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
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.