Project

General

Profile

Download (235 Bytes) Statistics
| Branch: | Tag: | Revision:
module Api
module V1
class HomeController < V1::BaseController

def index
end

def status
end

def route_error
render_error 'route_error', :status => :not_found
end

end
end
end

(4-4/5)