]> git.openstreetmap.org Git - rails.git/commit
changing the belongs_to and has_many items in the models to reflect the new foriegn...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 30 Sep 2008 18:21:56 +0000 (18:21 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 30 Sep 2008 18:21:56 +0000 (18:21 +0000)
commit40414cf324309d13d207f9339b7f40ce05a9fa2a
tree203ca7e5b33bcbed00c48af526e593dfc861a428
parentd19076d0ed7e077e33d1b7606b6186f99e994943
changing the belongs_to and has_many items in the models to reflect the new foriegn keys in the db and the fact that a (old)node/way/relation now belong to a changeset, which in turn has a user.
app/models/changeset.rb
app/models/node.rb
app/models/old_node.rb
app/models/old_relation.rb
app/models/old_way.rb
app/models/relation.rb
app/models/way.rb