Files
old-ribica/back-office/app/controllers/reports_controller.rb

9 lines
123 B
Ruby
Raw Normal View History

2015-03-18 06:25:40 +01:00
class ReportsController < ApplicationController
def items_to_order
2015-04-08 07:35:00 +02:00
@report = Item.items_to_order
2015-03-18 06:25:40 +01:00
end
end
2015-04-08 07:35:00 +02:00