Created
December 24, 2018 19:17
-
-
Save ashishwadekar/ba5bab9e3d6fd0f7943b540dc3679d09 to your computer and use it in GitHub Desktop.
Sample application controller for Devise JWT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ApplicationController < ActionController::API | |
| include ActionController::MimeResponds | |
| respond_to :json | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment