mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
class GroupsController < ApplicationController
|
|
def index
|
|
@groups = EnterpriseGroup.on_front_page.by_position
|
|
end
|
|
end
|