diff options
| author | Teddy Wing | 2015-12-31 01:20:07 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-31 01:21:45 -0800 |
| commit | 069fb91ed6f134c854fda3095d37d69e49c51b0b (patch) | |
| tree | 71ebe9d93e0bfbb998deb1204f6d3b853e039165 /app/controllers/notes_controller.rb | |
| parent | 4b945cc8801549990fde0b4dfc1c39e20d9b23c3 (diff) | |
| download | Evernote-Rails-Example-069fb91ed6f134c854fda3095d37d69e49c51b0b.tar.bz2 | |
Remote services/evernote.rb
This file is no longer used now that we're leveraging the cgs/kipcole9
'evernote' gem (https://github.com/teddywing/evernote).
Diffstat (limited to 'app/controllers/notes_controller.rb')
| -rw-r--r-- | app/controllers/notes_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index 918d7d1..c63e873 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -1,5 +1,3 @@ -# require_relative '../services/evernote' - class NotesController < ApplicationController def index access_token = 'S=s1:U=91e2f:E=151f92661a2:C=151f4000220:P=185:A=evernotesandbox199:V=2:H=5777502290baf1ae1b36ad6254592258' |
