diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-28 08:03:05 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-02-28 15:07:03 +0900 |
commit | 861e7d43e320dec770d353b9aeba625ff7573fda (patch) | |
tree | c9afb5875bcc03daff676cd0bf4a65e55b01c1a8 /actioncable/lib/rails/generators/channel | |
parent | 65b2cfadddeaa3b077332f4c2a7848321255495a (diff) | |
download | rails-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/generators/channel')
-rw-r--r-- | actioncable/lib/rails/generators/channel/USAGE | 2 |
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: ======== |