lib/tickethub/supplier/channel.rb in tickethub-0.3.49 vs lib/tickethub/supplier/channel.rb in tickethub-0.3.50
- old
+ new
@@ -6,12 +6,9 @@
require_relative 'partner'
require_relative 'product'
require_relative '../token'
- association :private_token, Tickethub::Token
- association :public_token, Tickethub::Token
-
association :product, Supplier::Product
association :partner, Supplier::Partner
attribute :updated_at, type: :datetime
attribute :created_at, type: :datetime
\ No newline at end of file