Files
openfoodnetwork/app/controllers/map_controller.rb
2014-06-19 11:41:24 +10:00

8 lines
123 B
Ruby

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