]> git.openstreetmap.org Git - rails.git/commit
Add inverse_of to relationships that can't detect it automatically
authorTom Hughes <tom@compton.nu>
Wed, 23 Feb 2022 19:23:51 +0000 (19:23 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 23 Feb 2022 19:23:51 +0000 (19:23 +0000)
commit03fdc6d67f1826b1a202eb50c284fa9202af24af
treec8fdebe0ecf85ec5a79c20352538b286bb63fe78
parent172a71e3f242f74a6eb1f7bb45fb4d5f3ddff5e7
Add inverse_of to relationships that can't detect it automatically
20 files changed:
.rubocop.yml
.rubocop_todo.yml
app/models/diary_entry.rb
app/models/language.rb
app/models/node.rb
app/models/note.rb
app/models/old_node.rb
app/models/old_node_tag.rb
app/models/old_relation.rb
app/models/old_relation_member.rb
app/models/old_relation_tag.rb
app/models/old_way.rb
app/models/old_way_node.rb
app/models/old_way_tag.rb
app/models/relation.rb
app/models/trace.rb
app/models/tracepoint.rb
app/models/tracetag.rb
app/models/user.rb
app/models/way.rb