From e73b5cf51ba1144cc950a27314f8f8b34b2d81b1 Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Tue, 12 Jul 2016 12:57:16 +0530 Subject: Give importance to rails command in the comment section. --- .../generators/rails/app/templates/app/assets/javascripts/cable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js index 71ee1e66de..739aa5f022 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js +++ b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/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 -- cgit v1.2.3