我正在使用rails 2.3.8版本有任何特殊原因,为什么update_attributes不会触发before_validation回调
class x < ActiveRecord::Base
before_validation :testing
def testing
debugger
end
end
Run Code Online (Sandbox Code Playgroud)
x.update_attributes(:name =>"hello")不会触发before_validation
| 归档时间: |
|
| 查看次数: |
1267 次 |
| 最近记录: |