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.
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.
default_scope is available in Rails 3.0, see the following
Here's another pointer: the api doc for AR::Base.default_scope
© 2022 - 2024 — McMap. All rights reserved.