aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/channel/templates/channel.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-06 14:35:55 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-06 15:09:06 +0900
commit8a5f17e55ac9c429060b76c8e107eb529b4bbf34 (patch)
treed10c0aadf780c78b60de9a3df5f9c0473c06fbac /actioncable/lib/rails/generators/channel/templates/channel.rb
parent27cc32f43e62ee98a8bbcba9ac1b97233293dc26 (diff)
downloadrails-8a5f17e55ac9c429060b76c8e107eb529b4bbf34.tar.gz
rails-8a5f17e55ac9c429060b76c8e107eb529b4bbf34.tar.bz2
rails-8a5f17e55ac9c429060b76c8e107eb529b4bbf34.zip
remove needless comments
Follow up to #25240.
Diffstat (limited to 'actioncable/lib/rails/generators/channel/templates/channel.rb')
-rw-r--r--actioncable/lib/rails/generators/channel/templates/channel.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actioncable/lib/rails/generators/channel/templates/channel.rb b/actioncable/lib/rails/generators/channel/templates/channel.rb
index 7bff3341c1..4bcfb2be4d 100644
--- a/actioncable/lib/rails/generators/channel/templates/channel.rb
+++ b/actioncable/lib/rails/generators/channel/templates/channel.rb
@@ -1,4 +1,3 @@
-# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
<% module_namespacing do -%>
class <%= class_name %>Channel < ApplicationCable::Channel
def subscribed