diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/development.rb | 6 |
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 |