@@ -3,6 +3,7 @@ class ProductAttrConfig < ActiveRecord::Base
self.table_name = 'product_attr_configs'
belongs_to :product_attr_key, :foreign_key => :attr_key_id
validates :size_type,presence:true
+ attr_accessor :show_products
def show_products