mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Adding groups to this branch, also tidying up the shop stuff for Laura
This commit is contained in:
5
app/controllers/groups_controller.rb
Normal file
5
app/controllers/groups_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class GroupsController < ApplicationController
|
||||
def index
|
||||
@groups = EnterpriseGroup.on_front_page.by_position
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user