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