Rails:依赖项::nullify无法正常工作

时间:2019-04-07 18:25:42

标签: ruby-on-rails

我刚刚在模型上添加了nullify依赖,但由于某些原因它无法正常工作,

class Category < ApplicationRecord
has_one :task, dependent: :nullify

class Task < ApplicationRecord
belongs_to :category, optional: true

每个任务都有一个类别,并且关联正常,但是nullify却没有,我在这里错过了什么?预先谢谢你!

编辑: There's no category, but Task's category_id is still 22.

0 个答案:

没有答案