Change /settings/preferences to redirect to appearance, add /settings/preferences/other (#10988)
parent
2b35ddc80a
commit
b788e58ea4
@ -0,0 +1,9 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class Settings::Preferences::OtherController < Settings::PreferencesController
|
||||||
|
private
|
||||||
|
|
||||||
|
def after_update_redirect_path
|
||||||
|
settings_preferences_other_path
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue