mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
8 lines
140 B
Ruby
8 lines
140 B
Ruby
class GroupsController < BaseController
|
|
layout 'darkswarm'
|
|
|
|
def index
|
|
@groups = EnterpriseGroup.on_front_page.by_position
|
|
end
|
|
end
|