0
0
Fork 0

Change /settings/preferences to redirect to appearance, add /settings/preferences/other (#10988)

This commit is contained in:
Eugen Rochko 2019-06-07 16:51:08 +02:00 committed by GitHub
parent cdb420862e
commit 560ec24e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 7 deletions

View file

@ -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