]> git.openstreetmap.org Git - rails.git/commit
Move basic preferences controller to preferences module
authorAnton Khorev <tony29@yandex.ru>
Sat, 17 May 2025 11:49:23 +0000 (14:49 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 31 May 2025 13:35:25 +0000 (16:35 +0300)
commitf15f8aad1eb088f2553e096b584778f56d9778f6
tree335618d0b362d4a433c3ce7bf560ca1b7c09a542
parent9533d26595fac3e651947a9f07d005dd3d852100
Move basic preferences controller to preferences module
app/abilities/ability.rb
app/controllers/preferences/basic_preferences_controller.rb [new file with mode: 0644]
app/controllers/preferences_controller.rb [deleted file]
app/views/preferences/_update_success_flash.html.erb [deleted file]
app/views/preferences/basic_preferences/_update_success_flash.html.erb [new file with mode: 0644]
app/views/preferences/basic_preferences/show.html.erb [moved from app/views/preferences/show.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/preferences/basic_preferences_controller_test.rb [new file with mode: 0644]
test/controllers/preferences_controller_test.rb [deleted file]