lib/tickethub/reseller.rb in tickethub-0.3.33 vs lib/tickethub/reseller.rb in tickethub-0.3.34

- old
+ new

@@ -2,12 +2,14 @@ class Reseller < Resource path '/resellers' require_relative 'contact' require_relative 'reseller/channel' + require_relative 'reseller/supplier' association :contact, Tickethub::Contact association :token, Tickethub::Token + association :supplier, Tickethub::Supplier association :category, App::Category collection :subscriptions, App::Subscription attribute :currency, type: :currency \ No newline at end of file