Explorar el Código

Add ProductSearchEngine resource

Jesse Storimer hace 14 años
padre
commit
ae7a328f38
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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|