1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
David Heinemeier Hansson 2015-06-20 18:07:11 +02:00
parent dd77dd3868
commit fb18f809e0

View file

@ -129,7 +129,7 @@ module ActionCable
end
def stop_periodic_timers
@_active_periodic_timers.each {|t| t.cancel }
@_active_periodic_timers.each { |timer| timer.cancel }
end