]> git.openstreetmap.org Git - rails.git/commit
Added relation redaction logic, same as node and way logic, plus tests
authorMatt Amos <zerebubuth@gmail.com>
Wed, 28 Mar 2012 17:45:16 +0000 (18:45 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Apr 2012 12:49:46 +0000 (13:49 +0100)
commit8bfb5cae8ad5aa2973349b128baa06d8b5ee5e7b
tree4a06336a10901a1df04a4956b27d8b5b4bdb2698
parent990f3eba4069f98a11d98f18b18d0e35bcf295f4
Added relation redaction logic, same as node and way logic, plus tests
app/controllers/old_relation_controller.rb
app/models/old_relation.rb
config/routes.rb
test/fixtures/current_relations.yml
test/fixtures/relations.yml
test/fixtures/ways.yml
test/functional/old_relation_controller_test.rb
test/unit/relation_test.rb