Browse Source

测试 before 事件

abiao 5 years ago
parent
commit
af55a93659
1 changed files with 2 additions and 1 deletions
  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