abiao лет назад: 5
Родитель
Сommit
af55a93659
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/models/product.rb

+ 2 - 1
app/models/product.rb

@@ -10,7 +10,7 @@ class Product < ActiveRecord::Base
     #after_update :after_update
     before_save :before_save
     after_destroy :del_picture
-    do_something
+
     def do_something
         puts params
     end
@@ -133,6 +133,7 @@ class Product < ActiveRecord::Base
 
         list do
             filters [:id,:detail,:status,:name]
+            do_something
             field :id
             field :merchant_id
             field :merchant