mastodon/app/controllers/admin/settings/protections_controller.rb
2025-05-08 23:15:57 +09:00

10 lines
194 B
Ruby

# frozen_string_literal: true
class Admin::Settings::ProtectionsController < Admin::SettingsController
private
def after_update_redirect_path
admin_settings_protections_path
end
end