From 4b945cc8801549990fde0b4dfc1c39e20d9b23c3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 31 Dec 2015 01:18:58 -0800 Subject: Remove Auth::EvernoteController No longer used now that we're authenticating with OmniAuth. --- app/assets/javascripts/auth/evernote.coffee | 3 --- app/assets/stylesheets/auth/evernote.scss | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 app/assets/javascripts/auth/evernote.coffee delete mode 100644 app/assets/stylesheets/auth/evernote.scss (limited to 'app/assets') diff --git a/app/assets/javascripts/auth/evernote.coffee b/app/assets/javascripts/auth/evernote.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/auth/evernote.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# 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/ diff --git a/app/assets/stylesheets/auth/evernote.scss b/app/assets/stylesheets/auth/evernote.scss deleted file mode 100644 index 30f4c8c..0000000 --- a/app/assets/stylesheets/auth/evernote.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the auth/evernote controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ -- cgit v1.2.3