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.
嘿伙计们(和女孩们^^)!
有人知道如何在 ruby 中使用匿名范围“加入”吗???使用命名范围,您只需添加“:joins => .....”,但我真的找不到使用匿名范围的方法...。
提前谢谢您的帮助;)
这可能取决于您尝试加入的环境。在任何模型的类的上下文中,scope(:find) 将返回当前范围的参数,如果需要,这些参数可以组合或重新解释为连接。
你能用一些示例代码修改你的问题吗?