gpt4 book ai didi

ruby - Active Record 保存方法抛出无法访问 RSpec::Matchers 错误

转载 作者:太空宇宙 更新时间:2023-11-03 16:57:15 26 4
gpt4 key购买 nike

我有这段代码使用了 ruby​​ 和 active record

customer_email = Email.first(:conditions => {:Email_Address => email_address})
customer_email.Is_Verified = 1
customer_email.save!

在线:customer_email.save!,我得到如下错误:

无法访问 RSpec::Matchers::Matcher (TypeError)

我不明白为什么会出现此错误。我认为这与电子邮件表中的 Is_Verified 列有关。我无法重命名此列,因此我将不胜感激。

最佳答案

如果您在保存之前放置 customer_email.inspect 会怎样?

关于ruby - Active Record 保存方法抛出无法访问 RSpec::Matchers 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6744226/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com