标签: ruby-on-rails-3 touch rails-models
我正在touch Rails工作,但在这里遇到问题。
touch
Rails
class User < ActiveRecord::Base belongs_to :company, touch: true end
但我希望这不应仅在我删除用户时更新updated_at company模型,但 应该。我该怎么办?
updated_at
company
或者
有没有办法在destroy中对此进行限制。因为我不希望destroy。
destroy