lib/tickethub/supplier/channel.rb in tickethub-0.3.28 vs lib/tickethub/supplier/channel.rb in tickethub-0.3.29

- old
+ new

@@ -5,10 +5,12 @@ path '/supplier/channels' require_relative 'product' require_relative '../token' - association :token, Tickethub::Token + association :private_token, Tickethub::Token + association :public_token, Tickethub::Token + association :product, Supplier::Product attribute :updated_at, type: :datetime attribute :created_at, type: :datetime end \ No newline at end of file