Starting a set of small functional changes

This commit is contained in:
Will Marshall
2014-06-17 12:35:03 +10:00
parent e697a544e5
commit 9bbfc0a393
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