update puts remove

This commit is contained in:
Aung Myo
2017-10-24 11:44:31 +06:30
parent 630f46b0f0
commit 06dd5df432

View File

@@ -78,8 +78,6 @@ class HomeController < ApplicationController
@total_count = Sale.total_count(today)
@total_card = Sale.total_card_sale(today)
@total_credit = Sale.credit_payment(today)
puts "ssss"
puts @total_card.to_json
end
def destroy