abiao 5 anni fa
parent
commit
b07ccd28ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/models/product.rb

+ 1 - 1
app/models/product.rb

@@ -128,7 +128,7 @@ class Product < ActiveRecord::Base
         weight -240
 
         list do
-            scopes [:active]
+            scopes [:inactive]
 
             filters [:id,:detail,:status,:name]