소스 검색

Add product listing resource

Matt Scriven 8 년 전
부모
커밋
42ff9af322
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      lib/shopify_api/resources/product_listing.rb

+ 5 - 0
lib/shopify_api/resources/product_listing.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class ProductListing < Base
+    init_prefix :application
+  end
+end