lib/tickethub/supplier/product.rb in tickethub-0.3.30 vs lib/tickethub/supplier/product.rb in tickethub-0.3.31
- old
+ new
@@ -57,11 +57,7 @@
attribute :time_zone, type: :timezone
attribute :currency, type: :currency
attribute :created_at, type: :datetime
attribute :updated_at, type: :datetime
-
- def resellers
- Collection.new @endpoint['/supplier/resellers'], Supplier::Reseller, filters: { products: [id] }
- end
end
end
\ No newline at end of file