class ReportsController < ApplicationController
def items_to_order
@report = Item.items_to_order
end