lib/tickethub/supplier/channel.rb in tickethub-0.3.35 vs lib/tickethub/supplier/channel.rb in tickethub-0.3.36

- old
+ new

@@ -3,17 +3,15 @@ module Tickethub class Supplier::Channel < Resource path '/supplier/channels' require_relative 'product' - require_relative 'reseller' require_relative '../token' association :private_token, Tickethub::Token association :public_token, Tickethub::Token association :product, Supplier::Product - association :reseller, Supplier::Reseller attribute :updated_at, type: :datetime attribute :created_at, type: :datetime end end \ No newline at end of file