mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
6 lines
94 B
Ruby
6 lines
94 B
Ruby
class GeoController < ApplicationController
|
|
|
|
def index
|
|
render action: "index"
|
|
end
|
|
end
|