Reputation: 3312
Is there any difference between scope and named_scope?
Upvotes: 28
Views: 3280
Reputation: 5107
scope is used in Rails 3+, named_scope was used in previous versions
scope
named_scope
Upvotes: 54