Starting a set of small functional changes

This commit is contained in:
Will Marshall
2014-06-17 12:35:03 +10:00
parent f6c46d4707
commit 653da728c6
8 changed files with 89 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
class MapController < BaseController
layout 'darkswarm'
def index
@active_distributors ||= Enterprise.distributors_with_active_order_cycles
@enterprises = Enterprise.visible
end
end