]> git.openstreetmap.org Git - rails.git/commit
Create changeset_comments resources for users
authorAnton Khorev <tony29@yandex.ru>
Sun, 19 Jan 2025 01:11:06 +0000 (04:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 19 Jan 2025 01:24:35 +0000 (04:24 +0300)
commit420d9da1f98ee167a351828b2f20d3f1f0e164e7
tree500633174c2424de2c9e6461754e7a4b9717ea56
parent9fbe52dd219c5f11ebee0243da4d08574cc761c5
Create changeset_comments resources for users
app/controllers/users/changeset_comments_controller.rb [new file with mode: 0644]
app/models/changeset_comment.rb
app/views/users/changeset_comments/_page.html.erb [new file with mode: 0644]
app/views/users/comments/index.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/users/changeset_comments_controller_test.rb [new file with mode: 0644]