Implement and use scopes for finding products by distributor via order cycle or product distribution

This commit is contained in:
Rohan Mitchell
2013-03-08 14:10:40 +11:00
parent 265336b70c
commit e326e590db
5 changed files with 109 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
require 'open_food_web/queries_product_distribution'
class ApplicationController < ActionController::Base
protect_from_forgery
@@ -12,7 +14,7 @@ class ApplicationController < ActionController::Base
def load_data_for_sidebar
@suppliers = Enterprise.is_primary_producer
@order_cycles = OrderCycle.active
@distributors = QueriesProductDistribution.active_distributors
@distributors = OpenFoodWeb::QueriesProductDistribution.active_distributors
end
# All render calls within the block will be performed with the specified format