stadtratmonitor/app/controllers/geo_controller.rb

8 lines
124 B
Ruby
Raw Normal View History

2020-03-09 12:13:27 +01:00
# frozen_string_literal: true
2018-03-31 20:50:38 +02:00
2020-03-09 12:13:27 +01:00
class GeoController < ApplicationController
2018-03-31 20:50:38 +02:00
def index
2020-03-09 12:13:27 +01:00
render action: 'index'
2018-03-31 20:50:38 +02:00
end
end