notebook/app/controllers/api/v1/api_controller.rb
2019-12-17 13:01:34 -06:00

6 lines
88 B
Ruby

module Api
module V1
class ApiController < ApplicationController
end
end
end