Rails 关系问题
我在用户和频道之间有一个 HABTM 关系,其中用户订阅了该频道。如果用户已经订阅了该频道,我想显示“取消订阅链接”。如何测试用户是否属于channel.users?
I have a HABTM relation ship between users and channels, where the user is subscribed to the channel. I want to show an "unsubscribe link" if the user is already subscribe to the channel. How do I test if the user is part of channel.users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
致电:
尝试为您要测试的用户 有关详细信息,请参阅有关数组的 Ruby 文档。祝你好运!
try calling:
for the user you want to test. See the Ruby documentation on Arrays for more info. Good luck!
可能有几种不同的方法可以做到这一点,但这里有一个简单的方法:
There's probably a few different ways to do this, but here's a simple one: