会话控制器中的 ActiveRecord::AssociationTypeMismatch#create
预期通知(#105166720),收到消息(#103122560)
我已将 Mailboxer gem 用于电子邮件系统作为内部用户通信。
定义创建
recipient_emails = conversation_params(:recipients).split(',')
recipients = User.where(email: recipient_emails).all
conversation = current_user.
send_message(recipients, *conversation_params(:body, :subject)).conversation
redirect_to request.referer.gsub("user=",""), notice: "Your message has been sent."
结尾
有时我在撰写新电子邮件时遇到上述错误。我找不到它一直在提高的错误..
如果有人分享这方面的知识,我将不胜感激。