mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
8 lines
102 B
Ruby
8 lines
102 B
Ruby
module Admin
|
|
class EnterpriseGroupsController < ResourceController
|
|
def index
|
|
end
|
|
|
|
end
|
|
end
|