diff options
author | Santosh Wadghule <santosh.wadghule@gmail.com> | 2016-07-12 12:57:16 +0530 |
---|---|---|
committer | Santosh Wadghule <santosh.wadghule@gmail.com> | 2016-07-13 19:13:05 +0530 |
commit | e73b5cf51ba1144cc950a27314f8f8b34b2d81b1 (patch) | |
tree | ba3eb90ade3ff43977f0913a42f719e4dd5149a8 /actioncable/lib | |
parent | db1582ac342be68bf5addd1b770e7dec2abe44d2 (diff) | |
download | rails-e73b5cf51ba1144cc950a27314f8f8b34b2d81b1.tar.gz rails-e73b5cf51ba1144cc950a27314f8f8b34b2d81b1.tar.bz2 rails-e73b5cf51ba1144cc950a27314f8f8b34b2d81b1.zip |
Give importance to rails command in the comment section.
Diffstat (limited to 'actioncable/lib')
-rw-r--r-- | actioncable/lib/rails/generators/channel/templates/assets/cable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/rails/generators/channel/templates/assets/cable.js b/actioncable/lib/rails/generators/channel/templates/assets/cable.js index 71ee1e66de..739aa5f022 100644 --- a/actioncable/lib/rails/generators/channel/templates/assets/cable.js +++ b/actioncable/lib/rails/generators/channel/templates/assets/cable.js @@ -1,5 +1,5 @@ // Action Cable provides the framework to deal with WebSockets in Rails. -// You can generate new channels where WebSocket features live using the rails generate channel command. +// You can generate new channels where WebSocket features live using the `rails generate channel` command. // //= require action_cable //= require_self |