Starting on on the map

This commit is contained in:
Will Marshall
2014-06-05 12:18:26 +10:00
parent 634af96a66
commit 82ab14a33e
16 changed files with 5049 additions and 2 deletions

View File

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