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