mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change comments to not exceed 80 characters
Other generated files do keep to this, but action cable doesn't.
This commit is contained in:
parent
89e2f7e722
commit
ee25897230
2 changed files with 4 additions and 2 deletions
|
@ -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 a new issue