aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorCarlos Eduardo Monti <montic@ar.ibm.com>2016-12-19 12:31:42 -0300
committerCarlos Eduardo Monti <montic@ar.ibm.com>2016-12-19 12:31:42 -0300
commit2b39b5bfa16821d735049f50aa32aea8dd2f7e23 (patch)
tree26914ed945f1e25879df8f31faedafed23908112 /actioncable
parentb61fa5c97efc2dadaeea2959da948b32a5af85b8 (diff)
downloadrails-2b39b5bfa16821d735049f50aa32aea8dd2f7e23.tar.gz
rails-2b39b5bfa16821d735049f50aa32aea8dd2f7e23.tar.bz2
rails-2b39b5bfa16821d735049f50aa32aea8dd2f7e23.zip
Fix typo in channel generator usage message
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/rails/generators/channel/USAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/actioncable/lib/rails/generators/channel/USAGE b/actioncable/lib/rails/generators/channel/USAGE
index 6249553c22..dd109fda80 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.js after generating any channels.
+ Note: Turn on the cable connection in app/assets/javascripts/cable.js after generating any channels.
Example:
========
@@ -11,4 +11,4 @@ Example:
creates a Chat channel class and CoffeeScript asset:
Channel: app/channels/chat_channel.rb
- Assets: app/assets/javascript/channels/chat.coffee
+ Assets: app/assets/javascripts/channels/chat.coffee