1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove needless comments

Follow up to #25240.
This commit is contained in:
yuuji.yaginuma 2016-06-06 14:35:55 +09:00
parent 27cc32f43e
commit 8a5f17e55a
3 changed files with 0 additions and 5 deletions

View file

@ -1,5 +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 ApplicationCable
class Channel < ActionCable::Channel::Base
end

View file

@ -1,5 +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 ApplicationCable
class Connection < ActionCable::Connection::Base
end

View file

@ -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