mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-18 04:39:14 +00:00
Starting on on the map
This commit is contained in:
6
app/controllers/map_controller.rb
Normal file
6
app/controllers/map_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class MapController < BaseController
|
||||
layout 'darkswarm'
|
||||
def index
|
||||
@enterprises = Enterprise.visible
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user