运行程序出错

运行程序出错

我有个customers表,表中有nick字段,在customers_controller中运行Customer.find_by_nick(params[:customer][:nick])时提示The :dependent option expects either :destroy, :delete_all, or :nullify (true)
这是什么问题? 我用的php?name=rails" onclick="tagshow(event)" class="t_tag">rails 2.1.1版本
customer的model里应该有has_many,或者has_one的关联,然后有个:dependent的选项有错
是不是find_by的语法有问题
查api看看
引用:
原帖由 LetMeIn80 于 2008-10-16 11:35 发表
我有个customers表,表中有nick字段,在customers_controller中运行Customer.find_by_nick(params[:customer][:nick])时提示The :dependent option expects either :destroy, :delete_all, or :nullify (true)
这是 ...