abiao 5 роки тому
батько
коміт
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