mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +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
|