fixed conflict
This commit is contained in:
9
app/controllers/reports/receipt_no_controller.rb
Normal file
9
app/controllers/reports/receipt_no_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class Reports::ReceiptNoController < BaseReportController
|
||||
def index
|
||||
@hi = "hi"
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user