metamaps--metamaps/app/controllers/api/v1/mappings_controller.rb
2016-09-13 15:21:14 +08:00

6 lines
90 B
Ruby

module Api
module V1
class MappingsController < RestfulController
end
end
end