update report
This commit is contained in:
@@ -20,6 +20,7 @@ class Transactions::OrdersController < ApplicationController
|
||||
format.json { render json: @orders }
|
||||
end
|
||||
end
|
||||
|
||||
def show
|
||||
|
||||
@order = Order.find(params[:id])
|
||||
|
||||
Reference in New Issue
Block a user