lib/tickethub/supplier/voucher.rb in tickethub-0.0.6 vs lib/tickethub/supplier/voucher.rb in tickethub-0.0.7
- old
+ new
@@ -11,9 +11,12 @@
association :tier, Supplier::Tier
association :booking, Supplier::Booking
collection :tickets, Supplier::Ticket
+ attribute :price, type: :money
+ attribute :total, type: :money
+
attribute :created_at, type: :datetime
attribute :updated_at, type: :datetime
end
end
\ No newline at end of file