From 1af531dcf7b8d9ee4237ea5fd392b43875309954 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sun, 12 Jul 2015 10:07:31 -0500 Subject: Add some more tests --- lib/action_cable/channel/periodic_timers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/action_cable') 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 = [] -- cgit v1.2.3