aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/periodic_timers.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-07-12 10:07:31 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-07-12 11:44:56 -0500
commit1af531dcf7b8d9ee4237ea5fd392b43875309954 (patch)
tree4eba7ddbaad86b7453cec0bab3117e9bcf0231d2 /lib/action_cable/channel/periodic_timers.rb
parent53c82f6dc036fab537b67b011ae604af646a58a3 (diff)
downloadrails-1af531dcf7b8d9ee4237ea5fd392b43875309954.tar.gz
rails-1af531dcf7b8d9ee4237ea5fd392b43875309954.tar.bz2
rails-1af531dcf7b8d9ee4237ea5fd392b43875309954.zip
Add some more tests
Diffstat (limited to 'lib/action_cable/channel/periodic_timers.rb')
-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 = []