diff options
| author | Teddy Wing | 2015-12-31 01:24:18 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-31 01:24:29 -0800 |
| commit | 6947d34d29ae8255cd882682a396a32794dd8350 (patch) | |
| tree | 3b445e99235b1280f582b52bcb9f216843e8a8b9 | |
| parent | 08d1a7022ac38829afa7f04e6df4f3cfe91f468d (diff) | |
| download | Evernote-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.rb | 1 |
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. |
