mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in channel generator usage message
This commit is contained in:
parent
b61fa5c97e
commit
2b39b5bfa1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue