diff options
| author | Teddy Wing | 2015-12-30 17:37:42 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:45:28 -0800 |
| commit | a443de365cc1ccfb57cbc416c4d780df9c9a0033 (patch) | |
| tree | c12fcc402691558fdae65d963a412f9a65f10317 /app/controllers | |
| parent | cc524b311ae7b65bb788121d3b3777406bf25250 (diff) | |
| download | Evernote-Rails-Example-a443de365cc1ccfb57cbc416c4d780df9c9a0033.tar.bz2 | |
Create SessionsController
This will handle the OAuth callback coming from OmniAuth.
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/sessions_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb new file mode 100644 index 0000000..16d11b5 --- /dev/null +++ b/app/controllers/sessions_controller.rb @@ -0,0 +1,2 @@ +class SessionsController < ApplicationController +end |
