ruby-on-railsactiverecordscopedefault-scope

default_scope in rails 3


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.


Solution

  • default_scope is available in Rails 3.0, see the following