From 358bad0827736ce61f24a640199ee2a99e9119c3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:19:37 -0800 Subject: Add Auth::EvernoteController Include some sample code from the 'evernote-oauth' gem README (https://github.com/evernote/evernote-oauth-ruby). Not quite sure how I'm going to get this to work just yet though. --- app/views/auth/evernote/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/auth/evernote/index.html (limited to 'app/views') diff --git a/app/views/auth/evernote/index.html b/app/views/auth/evernote/index.html new file mode 100644 index 0000000..5db3554 --- /dev/null +++ b/app/views/auth/evernote/index.html @@ -0,0 +1 @@ +<%= @access_token %> -- cgit v1.2.3