]> git.openstreetmap.org Git - rails.git/commit
Use resourceful routes for user new/create actions
authorAnton Khorev <tony29@yandex.ru>
Thu, 2 Jan 2025 10:10:24 +0000 (13:10 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 3 Jan 2025 08:45:26 +0000 (11:45 +0300)
commit13994ca6caa0e253856126fc8029d0e3140f1bfd
tree3eeebc5d6c6ca72033bc82c83e9fecc465fd211e
parent7286ad027c7628adae872b51c3e7b1341781d3d4
Use resourceful routes for user new/create actions
app/views/layouts/_header.html.erb
app/views/layouts/map.html.erb
app/views/notes/new.html.erb
app/views/site/fixthemap.html.erb
config/routes.rb
test/controllers/confirmations_controller_test.rb
test/controllers/users_controller_test.rb
test/integration/user_creation_test.rb