#8: prepare map

This commit is contained in:
Joerg Reichert 2018-03-31 20:50:38 +02:00
parent 28ade2a8d9
commit 1dca83138a
6 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,6 @@
class GeoController < ApplicationController
def index
render action: "index"
end
end