lib/tickethub/supplier/rate.rb in tickethub-0.0.3 vs lib/tickethub/supplier/rate.rb in tickethub-0.0.4

- old
+ new

@@ -4,13 +4,11 @@ class Supplier::Rate < Resource path '/supplier/rates' require_relative 'product' require_relative 'reseller' - require_relative 'voucher' collection :resellers, Supplier::Reseller - collection :vouchers, Supplier::Voucher association :product, Supplier::Product end end \ No newline at end of file