remove sale_discount from model list

This commit is contained in:
Min Zeya Phyo
2017-05-30 12:42:50 +06:30
parent d7d29e4d16
commit 9361e24a8a
3 changed files with 0 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
class SaleDiscount < ApplicationRecord
belongs_to :sale
end