mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-21 00:47:26 +00:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
class MapController < BaseController
|
|
layout 'darkswarm'
|
|
|
|
def index; end
|
|
end
|