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