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