about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2023-03-16 04:33:38 +0100
committerGitHub <noreply@github.com>2023-03-16 04:33:38 +0100
commit630436ab2d84b5ed2334ad510cb9ad6253050ae5 (patch)
treeb3b7dd8a52ea979ddd6863f55819674719d3a962 /config
parentaa947a143b5bd84865bff2b24878d84f3d69b8b7 (diff)
Refactor monkey-patching of `PrivateAddressCheck` (#24122)
Diffstat (limited to 'config')
-rw-r--r--config/environments/development.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 32c5cce8b..a633dfce5 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -77,9 +77,3 @@ Rails.application.configure do
 end
 
 Redis.raise_deprecations = true
-
-module PrivateAddressCheck
-  def self.private_address?(*)
-    false
-  end
-end