aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable')
-rw-r--r--lib/action_cable/channel/periodic_timers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable/channel/periodic_timers.rb b/lib/action_cable/channel/periodic_timers.rb
index fea957563f..9bdcc87aa5 100644
--- a/lib/action_cable/channel/periodic_timers.rb
+++ b/lib/action_cable/channel/periodic_timers.rb
@@ -2,7 +2,7 @@ module ActionCable
module Channel
module PeriodicTimers
extend ActiveSupport::Concern
-
+
included do
class_attribute :periodic_timers, instance_reader: false
self.periodic_timers = []