lib/tickethub/supplier/customer.rb in tickethub-0.0.5 vs lib/tickethub/supplier/customer.rb in tickethub-0.0.6

- old
+ new

@@ -5,10 +5,12 @@ path '/supplier/customers' require_relative 'booking' require_relative 'ticket' require_relative 'message' + require_relative 'card' + collection :cards, Supplier::Card collection :bookings, Supplier::Booking collection :tickets, Supplier::Ticket collection :messages, Supplier::Message end end \ No newline at end of file