rails 3中的default_scope

时间:2010-04-02 21:34:12

标签: ruby-on-rails activerecord scope default-scope

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

如何在rails 3中执行default_scope,我有一个很好的谷歌,但没有找到默认范围。

3 个答案:

答案 0 :(得分:19)

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

答案 1 :(得分:4)

这是另一个指针:AR::Base.default_scope

的api文档

答案 2 :(得分:0)

default_scope where(:abc => val)