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