9 lines
120 B
Ruby
9 lines
120 B
Ruby
class ReportsController < ApplicationController
|
|
|
|
def items_to_order
|
|
@items = Item.items_to_order
|
|
end
|
|
|
|
|
|
end
|