Files
sx-fc/app/controllers/reports/receipt_no_controller.rb
2017-06-12 12:04:12 +06:30

9 lines
107 B
Ruby

class Reports::ReceiptNoController < BaseReportController
def index
@hi = "hi"
end
def show
end
end