瀏覽代碼

Add ProductSearchEngine resource

Jesse Storimer 14 年之前
父節點
當前提交
ae7a328f38
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lib/shopify_api.rb

+ 3 - 0
lib/shopify_api.rb

@@ -491,6 +491,9 @@ module ShopifyAPI
       load_attributes_from_response(post(:activate))
     end
   end
+
+  class ProductSearchEngine < Base
+  end
   
   # Include Metafields module in all enabled classes
   METAFIELD_ENABLED_CLASSES.each do |klass|