4 lines
85 B
Ruby
4 lines
85 B
Ruby
|
# -*- encoding : utf-8 -*-
|
||
|
class Api::V1::BaseController < ApplicationController
|
||
|
end
|