aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/broadcasting.rb
diff options
context:
space:
mode:
authorLachlan Sylvester <lachlan.sylvester@publicisfrontfoot.com.au>2015-08-02 19:22:18 +1000
committerLachlan Sylvester <lachlan.sylvester@publicisfrontfoot.com.au>2015-08-02 19:22:18 +1000
commit9c9f3a529ff7f982830e03653635a4401d078a46 (patch)
tree92eb1444f67be1219e7d6cd8ec2a1d6c0fe72def /lib/action_cable/channel/broadcasting.rb
parent01ca41e5fced4a358b4ceb62e14f8c091c21cce1 (diff)
downloadrails-9c9f3a529ff7f982830e03653635a4401d078a46.tar.gz
rails-9c9f3a529ff7f982830e03653635a4401d078a46.tar.bz2
rails-9c9f3a529ff7f982830e03653635a4401d078a46.zip
move the require of object/to_param to channel/broadcasting because that is where it is needed.
Diffstat (limited to 'lib/action_cable/channel/broadcasting.rb')
-rw-r--r--lib/action_cable/channel/broadcasting.rb2
1 files changed, 2 insertions, 0 deletions
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