2
0

Move posting defaults to their own preferences sub-category (#35966)

This commit is contained in:
Claire
2025-09-01 10:31:07 +02:00
committed by GitHub
parent f21d9f64db
commit ab698ff521
8 changed files with 92 additions and 45 deletions

View File

@@ -9,6 +9,7 @@ namespace :settings do
namespace :preferences do
resource :appearance, only: [:show, :update], controller: :appearance
resource :posting_defaults, only: [:show, :update], controller: :posting_defaults
resource :notifications, only: [:show, :update]
resource :other, only: [:show, :update], controller: :other
end