Question

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.

Was it helpful?

Solution

default_scope is available in Rails 3.0, see the following

OTHER TIPS

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

default_scope where(:abc => val)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top