4 lines
102 B
Ruby
4 lines
102 B
Ruby
class ApplicationController < ActionController::API
|
|
include Response
|
|
include ExceptionHandler
|
|
end
|