标签: ruby-on-rails ruby-on-rails-3 activerecord callback nested
我在模型父模型中使用accepts_nested_attributes,父模型与children模型具有belongs_to关联。我正在尝试在我的子模型中使用回调(after_update,after_create)。当在parents_controller中使用update_attributes更新父记录时。回调after_create工作正常,但是{{1} }没有触发。
accepts_nested_attributes
after_update
after_create
帮我解决这个问题?