浏览代码

增加商品属性定义

abiao 5 年之前
父节点
当前提交
5d0d59b730
共有 1 个文件被更改,包括 1 次插入1 次删除
  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]
             a=[pd.name,pd.id]
             showProducts.push(a)
             showProducts.push(a)
         end
         end
-        showProducts.each {|v| puts v}
+        #showProducts.each {|v| puts v}
         return showProducts
         return showProducts
     end
     end
     PRODUCT_ENUM = show_products
     PRODUCT_ENUM = show_products