aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_scope.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename Reflection#through_reflection_chain and #through_options to ↵Jon Leighton2011-03-101-6/+6
| | | | Reflection#chain and Reflection#options as they now no longer relate solely to through associations.
* Move the code which builds a scope for through associations into a generic ↵Jon Leighton2011-03-101-0/+149
AssociationScope class which is capable of building a scope for any association.