mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
7 lines
205 B
CoffeeScript
7 lines
205 B
CoffeeScript
Darkswarm.factory 'Producers', (Enterprises) ->
|
|
new class Producers
|
|
constructor: ->
|
|
@producers = Enterprises.enterprises.filter (enterprise)->
|
|
enterprise.enterprise_type == "producer"
|
|
|