aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/where_clause_factory.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move the construction of `WhereClause` objects out of `Relation`Sean Griffin2015-01-251-0/+34
Yes, I know, I called it a factory so I'm basically the worst person ever who loves Java and worships the Gang of Four.