mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +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
|