Regex reject pattern from Fedibird

This commit is contained in:
Mike Barnes 2025-03-27 21:01:08 +11:00
commit 9ee03ac660
9 changed files with 57 additions and 1 deletions

View file

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