app/controllers/api/v1/geo_data_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module API
  module V1
    class GeoDataController < APIController

      def model; GeoData end

    end
  end
end