]> git.openstreetmap.org Git - rails.git/commit
Move profile resource to profile/description
authorAnton Khorev <tony29@yandex.ru>
Tue, 3 Jun 2025 01:15:29 +0000 (04:15 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 1 Jul 2025 14:22:06 +0000 (17:22 +0300)
commit8e66e1e83bd62b8f755f7265893ad0f0231e2b90
tree8ef99d30dbcac6b5e8f3eace26aa9aba4ddaee65
parentf303b8cf3121391c6928b53ad40af94c4536d5dd
Move profile resource to profile/description
app/controllers/profiles/descriptions_controller.rb [new file with mode: 0644]
app/controllers/profiles_controller.rb [deleted file]
app/views/dashboards/show.html.erb
app/views/profiles/descriptions/show.html.erb [moved from app/views/profiles/show.html.erb with 100% similarity]
app/views/users/show.html.erb
config/locales/en.yml
config/routes.rb
test/controllers/profiles/descriptions_controller_test.rb [new file with mode: 0644]
test/controllers/profiles_controller_test.rb [deleted file]
test/system/user_company_test.rb
test/system/user_location_change_test.rb