diff --git a/config/environments/integration1.rb b/config/environments/integration1.rb index a3a5ee606..974d6b472 100644 --- a/config/environments/integration1.rb +++ b/config/environments/integration1.rb @@ -32,7 +32,7 @@ Diaspora::Application.configure do "<#{self.class.name} - tooooo long>" end end - [ActionController::Base, ActionDispatch::RemoteIp::RemoteIpGetter, OmniAuth::Strategy, Warden::Proxy].each do |klazz| + [ActionController::Base, OmniAuth::Strategy, Warden::Proxy].each do |klazz| klazz.send(:include, SmallInspect) end end diff --git a/config/environments/integration2.rb b/config/environments/integration2.rb index 8b4b88521..184a05302 100644 --- a/config/environments/integration2.rb +++ b/config/environments/integration2.rb @@ -32,7 +32,7 @@ Diaspora::Application.configure do "<#{self.class.name} - tooooo long>" end end - [ActionController::Base, ActionDispatch::RemoteIp::RemoteIpGetter, OmniAuth::Strategy, Warden::Proxy].each do |klazz| + [ActionController::Base, OmniAuth::Strategy, Warden::Proxy].each do |klazz| klazz.send(:include, SmallInspect) end end