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/assets/javascripts/auth/evernote.coffee | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/javascripts/auth/evernote.coffee (limited to 'app/assets/javascripts/auth') diff --git a/app/assets/javascripts/auth/evernote.coffee b/app/assets/javascripts/auth/evernote.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/auth/evernote.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ -- cgit v1.2.3