stadtratmonitor/app/controllers/geo_controller.rb
2019-06-13 23:12:03 +02:00

6 lines
94 B
Ruby

class GeoController < ApplicationController
def index
render action: "index"
end
end