Files
openfoodnetwork/app/controllers/map_controller.rb
2014-06-19 14:19:12 +10:00

9 lines
165 B
Ruby

class MapController < BaseController
layout 'darkswarm'
before_filter :load_active_distributors
before_filter :load_visible_enterprises
def index
end
end