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

@@ -0,0 +1,9 @@
# frozen_string_literal: true
class Settings::Preferences::PostingDefaultsController < Settings::Preferences::BaseController
private
def after_update_redirect_path
settings_preferences_posting_defaults_path
end
end