思考 has_many 关联上的 sphinx 方面
我有一个模型 Foo,它有很多 Bars,我试图定义一个方面,以便当我列出所有 Foos 时,我可以与 foo_name 及其 Bars 计数建立链接:。 Rails 3 应用程序中可能吗?
谢谢
I have a model Foo which has many Bars and i am trying to define a facet so that when i list all the Foos i can have links with the foo_name and the count of its Bars : . Is it possible in a rails 3 application ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用计数器缓存列(请参阅 Railscast #23),那么这应该不是问题。
If you are using counter cache column (see Railscast #23) it shouldn't be a problem.