lib/purchase/characterization.rb in purchase-0.1.4 vs lib/purchase/characterization.rb in purchase-0.1.5
- old
+ new
@@ -13,9 +13,10 @@
has :total # full purchase amount
has :tax # tax portion of purchase
has :cost # cost before tax
has :date
end
+ base.add_implicit_characteristics
end
end
end
end