Skip to content

Instantly share code, notes, and snippets.

@pascalesdedy
Created October 21, 2018 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalesdedy/fbaa99d1e1db0f2f7a0adef32c15eecc to your computer and use it in GitHub Desktop.
Save pascalesdedy/fbaa99d1e1db0f2f7a0adef32c15eecc to your computer and use it in GitHub Desktop.
app/controller/application_controller.rb - Rails api server using TDD
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