vereto-api/app/controllers/v2/articles_controller.rb

6 lines
121 B
Ruby
Raw Permalink Normal View History

2018-02-21 12:09:22 +00:00
class V2::ArticlesController < ApplicationController
def index
2018-02-21 13:40:31 +00:00
json_response(message: 'Not implmeneted')
2018-02-21 12:09:22 +00:00
end
end