mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-07 15:02:55 +01:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
# frozen_string_literal: true
|
|
|
|
class GeoController < ApplicationController
|
|
def index
|
|
render action: 'index'
|
|
end
|
|
end
|