diff options
| author | Teddy Wing | 2015-12-31 01:18:58 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-31 01:18:58 -0800 |
| commit | 4b945cc8801549990fde0b4dfc1c39e20d9b23c3 (patch) | |
| tree | 14c064c0ab8afa3ef01454e43b5b2f301f6665a3 /app/assets | |
| parent | 51b79d389c694441deff4489be474fd87dddcaf9 (diff) | |
| download | Evernote-Rails-Example-4b945cc8801549990fde0b4dfc1c39e20d9b23c3.tar.bz2 | |
Remove Auth::EvernoteController
No longer used now that we're authenticating with OmniAuth.
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/javascripts/auth/evernote.coffee | 3 | ||||
| -rw-r--r-- | app/assets/stylesheets/auth/evernote.scss | 3 |
2 files changed, 0 insertions, 6 deletions
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/ |
