]> git.openstreetmap.org Git - rails.git/commitdiff
Use :joins instead of :include to pull in the changesets - this does an
authorTom Hughes <tom@compton.nu>
Wed, 29 Apr 2009 23:45:54 +0000 (23:45 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 29 Apr 2009 23:45:54 +0000 (23:45 +0000)
inner join instead of a left outer join (which is fine as all objects should
have a changeset) and more importantly stops rails generating a subquery
that doesn't work.


No differences found