metamaps--metamaps/app/controllers/api/v2/mappings_controller.rb
2016-09-24 11:00:46 +08:00

8 lines
120 B
Ruby

# frozen_string_literal: true
module Api
module V2
class MappingsController < RestfulController
end
end
end