1
0
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-29 21:41:43 +01:00

10 lines
182 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Admin::Settings::AboutController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_about_path
end
end