lib/tickethub/supplier/customer.rb in tickethub-0.2.15 vs lib/tickethub/supplier/customer.rb in tickethub-0.2.17
- old
+ new
@@ -15,9 +15,7 @@
collection :orders, Supplier::Booking
collection :tickets, Supplier::Ticket
collection :messages, Supplier::Message
association :address, Tickethub::Address
-
- attribute :revenue, type: :money
end
end
\ No newline at end of file