元搜索未定义的搜索方法

发布于 2024-11-09 04:22:41 字数 376 浏览 3 评论 0原文

我正在开发 Rails 3 应用程序,我正在尝试使用 meta_search gem。

将gem添加到GemFile并运行bundle install后,似乎没有search方法。

undefined method `search' for #<Class:0x00000104134458>

我正在使用与示例类似的内容:

@search = Bill.search(params[:search])
@bills = @search.all

以前有人经历过这种情况吗?

I am working on a rails 3 app, I am trying to use the meta_search gem.

After adding the gem to the GemFile and running bundle install, it seems that there is no search method.

undefined method `search' for #<Class:0x00000104134458>

I am using something similar to the examples:

@search = Bill.search(params[:search])
@bills = @search.all

Anyone experienced this before?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

<逆流佳人身旁 2024-11-16 04:22:41

看来问题出在椅子和键盘之间。

我忘记重新启动服务器了。这样做之后,它完美地工作了。

Well it seems that the problem was between the chair and the keyboard.

I have forgotten to restart the server. After doing so it worked flawlessly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文