Rails 3 中的default_scope

发布于 2024-08-27 04:35:24 字数 100 浏览 5 评论 0原文

我知道named_scope已更改为rails 3中的范围。

如何在rails 3中执行default_scope,我进行了很好的谷歌搜索,但没有找到默认范围的任何内容。

I know named_scope has been changed to scope in rails 3.

How do I perform default_scope in rails 3, I've had a good google but found nothing for defaults scopes.

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

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

发布评论

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

评论(3

满地尘埃落定 2024-09-03 04:35:24

default_scope 在 Rails 3.0 中可用,请参阅以下内容

default_scope is available in Rails 3.0, see the following

习ぎ惯性依靠 2024-09-03 04:35:24

Here's another pointer: the api doc for AR::Base.default_scope

不甘平庸 2024-09-03 04:35:24

default_scope where(:abc => val)

default_scope where(:abc => val)

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