sync to cloud

This commit is contained in:
Myat Zin Wai Maw
2019-08-14 16:05:41 +06:30
parent a5dfa6796c
commit 78af4188d1
12 changed files with 13 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ class OrderItem < ApplicationRecord
order_item.completed_by = item['completed_by']
order_item.save
end
puts '...... order item sync completed. .....'
Rails.logger.debug '...... order item sync completed. .....'
end
end