mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-04 08:41:12 +00:00
9 lines
192 B
Ruby
9 lines
192 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Admin::Settings::AppearanceController < Admin::SettingsController
|
|
private
|
|
|
|
def after_update_redirect_path
|
|
admin_settings_appearance_path
|
|
end
|
|
end
|