mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-11 08:52:54 +01:00
6 lines
94 B
Ruby
6 lines
94 B
Ruby
class GeoController < ApplicationController
|
|
|
|
def index
|
|
render action: "index"
|
|
end
|
|
end
|