about summary refs log tree commit diff
path: root/app/controllers/settings/preferences/privacy_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/settings/preferences/privacy_controller.rb')
-rw-r--r--app/controllers/settings/preferences/privacy_controller.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/controllers/settings/preferences/privacy_controller.rb b/app/controllers/settings/preferences/privacy_controller.rb
new file mode 100644
index 000000000..f447fa598
--- /dev/null
+++ b/app/controllers/settings/preferences/privacy_controller.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+class Settings::Preferences::PrivacyController < Settings::PreferencesController
+  private
+
+  def after_update_redirect_path
+    settings_preferences_privacy_path
+  end
+end