mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-22 20:16:50 +00:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
class MapController < BaseController
|
|
layout 'darkswarm'
|
|
|
|
def index; end
|
|
end
|