Adding groups to this branch, also tidying up the shop stuff for Laura

This commit is contained in:
Will Marshall
2014-05-16 14:00:33 +10:00
parent 3e22e55b61
commit eab9c28d2e
11 changed files with 51 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
class GroupsController < ApplicationController
def index
@groups = EnterpriseGroup.on_front_page.by_position
end
end