rosa-build/app/controllers/api/v1/base_controller.rb

4 lines
85 B
Ruby
Raw Normal View History

# -*- encoding : utf-8 -*-
class Api::V1::BaseController < ApplicationController
end