metamaps--metamaps/app/controllers/api/v1/topics_controller.rb

7 lines
88 B
Ruby
Raw Normal View History

2016-08-20 12:32:18 +08:00
module Api
module V1
class TopicsController < RestfulController
end
end
end