From 22f1f62ce00b6ea76a131b3e4015bdc077aad1a5 Mon Sep 17 00:00:00 2001 From: phyusin Date: Thu, 6 Dec 2018 14:05:11 +0630 Subject: [PATCH] logger --- app/controllers/origami/order_reservation_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/origami/order_reservation_controller.rb b/app/controllers/origami/order_reservation_controller.rb index e9db3152..3fdeee25 100644 --- a/app/controllers/origami/order_reservation_controller.rb +++ b/app/controllers/origami/order_reservation_controller.rb @@ -114,7 +114,8 @@ class Origami::OrderReservationController < BaseOrigamiController end end end - Rails.logger.debug "@@@@ receiptbill checked ::" + status + Rails.logger.debug "@@@@ receiptbill checked ::" + Rails.logger.debug status return status end