Fetch managed products via OpenFoodNetwork::Permissions

This commit is contained in:
Rohan Mitchell
2014-09-01 09:42:50 +10:00
parent 66f20a6b8a
commit e0645dfbd9
2 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ module OpenFoodNetwork
order_cycle.exchanges.to_enterprises(enterprises).from_enterprises(enterprises)
end
def managed_products
Spree::Product.managed_by(@user)
end
private