diff --git a/config/environments/integration1.rb b/config/environments/integration1.rb index a3a5ee606319aff72f07cc15e2b011974d5684a7..974d6b472b5f139738325bc5441c777dbc69965f 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 8b4b8852198ae0213b84752ac971d488192030be..184a0530286f89a061a440e8ef01f3f6d725116c 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