Move posting defaults to their own preferences sub-category (#35966)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user