special offers backoffice is ready now
This commit is contained in:
8
back-office/app/controllers/reports_controller.rb
Normal file
8
back-office/app/controllers/reports_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class ReportsController < ApplicationController
|
||||
|
||||
def items_to_order
|
||||
@items = Item.items_to_order
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user