Search code examples
ruby-on-railsnamed-scopes

Rails scope vs named_scope


Is there any difference between scope and named_scope?


Solution

  • scope is used in Rails 3+, named_scope was used in previous versions