2020-03-09 12:13:27 +01:00
|
|
|
# frozen_string_literal: true
|
2018-03-31 20:50:38 +02:00
|
|
|
|
2020-03-09 12:13:27 +01:00
|
|
|
class GeoController < ApplicationController
|
2018-03-31 20:50:38 +02:00
|
|
|
def index
|
2020-03-09 12:13:27 +01:00
|
|
|
render action: 'index'
|
2018-03-31 20:50:38 +02:00
|
|
|
end
|
|
|
|
end
|