Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网站上建立一个表格,已经注册的用户可以通过电子邮件邀请新用户注册这个网站。发送邀请的用户和接受邀请(并注册)的用户然后通过“友谊”关系连接。
我想通过 ActionMailer 发送邀请。
我的问题是:我如何将电子邮件“链接”到友谊关系。一种方法可能是创建一个唯一的 sender_id,它指向用户并将用作电子邮件中的链接。
还有另一种可能吗?
谢谢你的帮助!
在链接中创建一个参数,您可以在其中传递一个可以识别您的关系的 ID。像:http ://example.com/invite?abcd
比在你的控制器中你可以处理这种关系。
其他选择是使用设计邀请