mirror of https://github.com/rails/rails
Merge pull request #25076 from jeroenvisser101/keep-to-max-length
Change comments to not exceed 80 characters
This commit is contained in:
commit
26c0e2cab4
|
@ -1,4 +1,5 @@
|
|||
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
|
||||
# Be sure to restart your server when you modify this file. Action Cable runs in
|
||||
# a loop that does not support auto reloading.
|
||||
module ApplicationCable
|
||||
class Channel < ActionCable::Channel::Base
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
|
||||
# Be sure to restart your server when you modify this file. Action Cable runs in
|
||||
# a loop that does not support auto reloading.
|
||||
module ApplicationCable
|
||||
class Connection < ActionCable::Connection::Base
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue