aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-03-01 15:19:52 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-03-01 15:19:52 -0300
commit998d21a961b68eb37f5d20c9e96fa5b6a14131b0 (patch)
tree7dabd36220c4d34958adab8dabe6111c819eff2f /actioncable
parent56f3bbc5b0920e44fcac83ed2d38eb90b3744183 (diff)
parent861e7d43e320dec770d353b9aeba625ff7573fda (diff)
downloadrails-998d21a961b68eb37f5d20c9e96fa5b6a14131b0.tar.gz
rails-998d21a961b68eb37f5d20c9e96fa5b6a14131b0.tar.bz2
rails-998d21a961b68eb37f5d20c9e96fa5b6a14131b0.zip
Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascript
convert cable.coffee to cable.js
Diffstat (limited to 'actioncable')
-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:
========