2

会话控制器中的 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."

结尾

有时我在撰写新电子邮件时遇到上述错误。我找不到它一直在提高的错误..

如果有人分享这方面的知识,我将不胜感激。

4

1 回答 1

1

同样在这里,我创建了一个 Github 问题:https ://github.com/mailboxer/mailboxer/issues/322

于 2014-12-08T07:54:27.487 回答