stadtratmonitor/app/controllers/geo_controller.rb
2020-03-11 14:29:50 +01:00

7 lines
124 B
Ruby

# frozen_string_literal: true
class GeoController < ApplicationController
def index
render action: 'index'
end
end