diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action_cable/channel/periodic_timers.rb | 2 |
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 = [] |