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

8 lines
123 B
Ruby

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