Rails关联的模型回调没有被触发

时间:2013-05-29 10:55:15

标签: ruby-on-rails ruby-on-rails-3 activerecord callback nested

我在模型父模型中使用accepts_nested_attributes,父模型与children模型具有belongs_to关联。我正在尝试在我的子模型中使用回调(after_updateafter_create)。当在parents_controller中使用update_attributes更新父记录时。回调after_create工作正常,但是{{1} }没有触发。

after_update

帮我解决这个问题?

0 个答案:

没有答案