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