aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-28 08:03:05 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-28 15:07:03 +0900
commit861e7d43e320dec770d353b9aeba625ff7573fda (patch)
treec9afb5875bcc03daff676cd0bf4a65e55b01c1a8 /actioncable/lib/rails
parent65b2cfadddeaa3b077332f4c2a7848321255495a (diff)
downloadrails-861e7d43e320dec770d353b9aeba625ff7573fda.tar.gz
rails-861e7d43e320dec770d353b9aeba625ff7573fda.tar.bz2
rails-861e7d43e320dec770d353b9aeba625ff7573fda.zip
convert cable.coffee to cable.js
In order to eliminate the dependecy of CoffeeScript.
Diffstat (limited to 'actioncable/lib/rails')
-rw-r--r--actioncable/lib/rails/generators/channel/USAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/rails/generators/channel/USAGE b/actioncable/lib/rails/generators/channel/USAGE
index 27a934c689..6249553c22 100644
--- a/actioncable/lib/rails/generators/channel/USAGE
+++ b/actioncable/lib/rails/generators/channel/USAGE
@@ -3,7 +3,7 @@ Description:
Stubs out a new cable channel for the server (in Ruby) and client (in CoffeeScript).
Pass the channel name, either CamelCased or under_scored, and an optional list of channel actions as arguments.
- Note: Turn on the cable connection in app/assets/javascript/cable.coffee after generating any channels.
+ Note: Turn on the cable connection in app/assets/javascript/cable.js after generating any channels.
Example:
========