lib/tickethub/supplier/channel.rb in tickethub-0.3.87 vs lib/tickethub/supplier/channel.rb in tickethub-0.3.88
- old
+ new
@@ -3,14 +3,16 @@
module Tickethub
class Supplier::Channel < Resource
path '/supplier/channels'
require_relative 'partner'
+ require_relative 'reseller'
require_relative 'product'
require_relative '../token'
collection :products, Supplier::Product
association :partner, Supplier::Partner
+ association :reseller, Supplier::Reseller
attribute :updated_at, type: :datetime
attribute :created_at, type: :datetime
end
end
\ No newline at end of file