Project

General

Profile

Download (132 Bytes) Statistics
| Branch: | Tag: | Revision:
module Api
module V1
class BaseController < Api::BaseController
def api_version
'1'
end
end
end
end
(2-2/5)