Skip to content

Commit 16de855

Browse files
committed
Merge pull request rails#25293 from y-yagi/remove_needless_comments
remove needless comments
1 parent 017fb73 commit 16de855

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

actioncable/lib/rails/generators/channel/templates/application_cable/channel.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
21
module ApplicationCable
32
class Channel < ActionCable::Channel::Base
43
end

actioncable/lib/rails/generators/channel/templates/application_cable/connection.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
21
module ApplicationCable
32
class Connection < ActionCable::Connection::Base
43
end

actioncable/lib/rails/generators/channel/templates/channel.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
21
<% module_namespacing do -%>
32
class <%= class_name %>Channel < ApplicationCable::Channel
43
def subscribed

0 commit comments

Comments
 (0)