3
這個問題Check all associations before destroy in rails建議使用:dependent => :restrict
。爲什麼:dependent =>:restrict拋出一個錯誤?
我爲什麼得到ArgumentError: Unknown key(s): dependent
?
這是否和has_and_belongs_to_many
一起使用?
爲什麼在文檔中沒有提及? http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html
3.0.7之後推出?