mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
8 lines
115 B
Ruby
8 lines
115 B
Ruby
module Admin
|
|
class EnterpriseRelationshipsController < ResourceController
|
|
def index
|
|
|
|
end
|
|
end
|
|
end
|