diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/settings/preferences/other_controller.rb | 9 | ||||
-rw-r--r-- | app/views/settings/preferences/other/show.html.haml (renamed from app/views/settings/preferences/show.html.haml) | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/app/controllers/settings/preferences/other_controller.rb b/app/controllers/settings/preferences/other_controller.rb new file mode 100644 index 000000000..07eb89a76 --- /dev/null +++ b/app/controllers/settings/preferences/other_controller.rb @@ -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 diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/other/show.html.haml index c966a16bc..c966a16bc 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml |