mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
5 lines
186 B
CoffeeScript
5 lines
186 B
CoffeeScript
Admin.factory 'EnterpriseRelationships', (enterprise_relationships) ->
|
|
new class EnterpriseRelationships
|
|
constructor: ->
|
|
@enterprise_relationships = enterprise_relationships
|