mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-23 20:26:49 +00:00
8 lines
111 B
Ruby
8 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MapController < BaseController
|
|
layout 'darkswarm'
|
|
|
|
def index; end
|
|
end
|