]> git.openstreetmap.org Git - rails.git/commit
Move current element actions to their own controllers
authorAnton Khorev <tony29@yandex.ru>
Fri, 15 Mar 2024 00:24:45 +0000 (03:24 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 15 Mar 2024 00:24:45 +0000 (03:24 +0300)
commit54dec279495bdd91b841f709f817234aa943fd21
treefa1ce56befe4e4bc7cf1cd07ce92c2bfac654158
parent3b143dc2b4623e0ca23502e36f19c1c16b71d010
Move current element actions to their own controllers
16 files changed:
app/abilities/ability.rb
app/controllers/browse_controller.rb
app/controllers/nodes_controller.rb [new file with mode: 0644]
app/controllers/relations_controller.rb [new file with mode: 0644]
app/controllers/ways_controller.rb [new file with mode: 0644]
app/helpers/geocoder_helper.rb
app/views/browse/_relation_member.html.erb
app/views/browse/_version_actions.erb
app/views/browse/feature.html.erb
app/views/browse/history.html.erb
config/routes.rb
test/controllers/browse_controller_test.rb
test/controllers/nodes_controller_test.rb [new file with mode: 0644]
test/controllers/relations_controller_test.rb [new file with mode: 0644]
test/controllers/site_controller_test.rb
test/controllers/ways_controller_test.rb [new file with mode: 0644]