Ver código fonte

增加商品属性定义

abiao 5 anos atrás
pai
commit
5d0d59b730
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/models/product_attr_config.rb

+ 1 - 1
app/models/product_attr_config.rb

@@ -13,7 +13,7 @@ class ProductAttrConfig < ActiveRecord::Base
             a=[pd.name,pd.id]
             showProducts.push(a)
         end
-        showProducts.each {|v| puts v}
+        #showProducts.each {|v| puts v}
         return showProducts
     end
     PRODUCT_ENUM = show_products