5 lines
95 B
Ruby
5 lines
95 B
Ruby
class ApplicationController < ActionController::API
|
|
include Response
|
|
include BasicAuth
|
|
end
|