From 92b0a993909f6f413a5486017f6401b5845762d0 Mon Sep 17 00:00:00 2001 From: Jason Dew Date: Thu, 30 Jul 2015 14:37:18 -0400 Subject: Fixes test failure in ActionCable::Channel::BroadcastingTest when run by itself --- lib/action_cable.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/action_cable.rb') diff --git a/lib/action_cable.rb b/lib/action_cable.rb index 13c5c77578..6c1627a694 100644 --- a/lib/action_cable.rb +++ b/lib/action_cable.rb @@ -8,6 +8,7 @@ require 'active_support/json' require 'active_support/concern' require 'active_support/core_ext/hash/indifferent_access' require 'active_support/core_ext/module/delegation' +require 'active_support/core_ext/object/to_param' require 'active_support/callbacks' require 'faye/websocket' -- cgit v1.2.3