aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping/named.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove valid_scope_name? check - use rubyJon Leighton2012-03-211-11/+1
* no need for castJon Leighton2012-03-211-1/+0
* no need for lvarJon Leighton2012-03-211-3/+1
* app code in general wants Time.current, not Time.nowXavier Noria2011-12-281-3/+3
* call scope within unscoped to prevent duplication of where valuesSergey Nartimov2011-12-171-1/+1
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-0/+202