diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-05 21:52:59 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-05 21:52:59 +0900 |
commit | cdb6f2eb9e9e60d0c6aa6ddcb854f74595fa5f06 (patch) | |
tree | 9f2491bf275c4219b3dc3b6ba712e874670a9543 /actioncable/lib/rails/generators/channel | |
parent | 2e1a4bd761a7996186daee4003d896e30d0458ab (diff) | |
download | rails-cdb6f2eb9e9e60d0c6aa6ddcb854f74595fa5f06.tar.gz rails-cdb6f2eb9e9e60d0c6aa6ddcb854f74595fa5f06.tar.bz2 rails-cdb6f2eb9e9e60d0c6aa6ddcb854f74595fa5f06.zip |
don’t explicitly mention EventMachine [ci skip]
Follow up to 6accef4e11b0c793e1c085536b5ed27f32b6a0c3
Diffstat (limited to 'actioncable/lib/rails/generators/channel')
-rw-r--r-- | actioncable/lib/rails/generators/channel/templates/channel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/rails/generators/channel/templates/channel.rb b/actioncable/lib/rails/generators/channel/templates/channel.rb index 6cf04ee61f..7bff3341c1 100644 --- a/actioncable/lib/rails/generators/channel/templates/channel.rb +++ b/actioncable/lib/rails/generators/channel/templates/channel.rb @@ -1,4 +1,4 @@ -# Be sure to restart your server when you modify this file. Action Cable runs in an EventMachine 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_namespacing do -%> class <%= class_name %>Channel < ApplicationCable::Channel def subscribed |