vereto-api/app/controllers/application_controller.rb
2018-02-16 11:52:56 +00:00

4 lines
102 B
Ruby

class ApplicationController < ActionController::API
include Response
include ExceptionHandler
end