created a very ugly report

This commit is contained in:
Senad Uka
2015-04-08 07:35:00 +02:00
parent 670f58fcff
commit 6da4e6c9fd
10 changed files with 186 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
class ReportsController < ApplicationController
def items_to_order
@items = Item.items_to_order
@report = Item.items_to_order
end
end