]> git.openstreetmap.org Git - rails.git/commit
Use association names with :joins instead of writing the SQL for the
authorTom Hughes <tom@compton.nu>
Thu, 30 Apr 2009 23:45:55 +0000 (23:45 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 30 Apr 2009 23:45:55 +0000 (23:45 +0000)
commit329b6faf91745b4b6760d975d8b5574c5ffdb181
treeca791e1079d2cc6daf2e1042cde625d49d9336ed
parent264b92bd9fe2ae088f3bf505e370079787a15c46
Use association names with :joins instead of writing the SQL for the
join by hand.
app/models/node.rb
app/models/relation.rb
app/models/way.rb