Created
October 21, 2018 19:27
-
-
Save pascalesdedy/fbaa99d1e1db0f2f7a0adef32c15eecc to your computer and use it in GitHub Desktop.
app/controller/application_controller.rb - Rails api server using TDD
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 Response | |
include ExceptionHandler | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment