Regex reject pattern from Fedibird
This commit is contained in:
parent
a65bdad2ca
commit
9ee03ac660
9 changed files with 57 additions and 1 deletions
9
app/controllers/admin/settings/others_controller.rb
Normal file
9
app/controllers/admin/settings/others_controller.rb
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue