From 9c9f3a529ff7f982830e03653635a4401d078a46 Mon Sep 17 00:00:00 2001 From: Lachlan Sylvester Date: Sun, 2 Aug 2015 19:22:18 +1000 Subject: move the require of object/to_param to channel/broadcasting because that is where it is needed. --- lib/action_cable/channel/broadcasting.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/action_cable/channel/broadcasting.rb') diff --git a/lib/action_cable/channel/broadcasting.rb b/lib/action_cable/channel/broadcasting.rb index ee4117bc0a..afc23d7d1a 100644 --- a/lib/action_cable/channel/broadcasting.rb +++ b/lib/action_cable/channel/broadcasting.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/object/to_param' + module ActionCable module Channel module Broadcasting -- cgit v1.2.3