]> git.openstreetmap.org Git - rails.git/commit
Create api changeset subscription resource
authorAnton Khorev <tony29@yandex.ru>
Sun, 23 Feb 2025 04:36:03 +0000 (07:36 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 14 Mar 2025 17:01:45 +0000 (20:01 +0300)
commit1ffc19192e089c4e75d9db7889d08cd67c1322db
tree8958bc0e804be8308980ca2d07f2c3ae728c0c0a
parentcedc04a5524752936f35b0ff88a850800b5963ae
Create api changeset subscription resource
app/abilities/api_ability.rb
app/controllers/api/changeset_subscriptions_controller.rb [new file with mode: 0644]
app/controllers/api/changesets_controller.rb
app/views/api/changeset_subscriptions/create.json.jbuilder [new file with mode: 0644]
app/views/api/changeset_subscriptions/create.xml.builder [new file with mode: 0644]
app/views/api/changeset_subscriptions/destroy.json.jbuilder [new file with mode: 0644]
app/views/api/changeset_subscriptions/destroy.xml.builder [new file with mode: 0644]
app/views/changesets/show.html.erb
config/routes.rb
test/controllers/api/changeset_subscriptions_controller_test.rb [new file with mode: 0644]
test/controllers/api/changesets_controller_test.rb