Add back missing glitch-soc admin settings (#1919)

Fixes #1890
This commit is contained in:
Claire
2022-11-12 13:24:53 +01:00
committed by GitHub
parent e88f4f5e57
commit d37f426f95
5 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# frozen_string_literal: true
class Admin::Settings::OtherController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_other_path
end
end