aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 17:37:42 -0800
committerTeddy Wing2015-12-30 17:45:28 -0800
commita443de365cc1ccfb57cbc416c4d780df9c9a0033 (patch)
treec12fcc402691558fdae65d963a412f9a65f10317 /app/assets/stylesheets
parentcc524b311ae7b65bb788121d3b3777406bf25250 (diff)
downloadEvernote-Rails-Example-a443de365cc1ccfb57cbc416c4d780df9c9a0033.tar.bz2
Create SessionsController
This will handle the OAuth callback coming from OmniAuth.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/sessions.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sessions.scss b/app/assets/stylesheets/sessions.scss
new file mode 100644
index 0000000..7bef9cf
--- /dev/null
+++ b/app/assets/stylesheets/sessions.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the sessions controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/