aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2016-07-13 09:16:04 -0500
committerGitHub <noreply@github.com>2016-07-13 09:16:04 -0500
commit3e18af6916a4f430eb0b5eb3c9d509ab43864478 (patch)
tree6bb1c5c165e9a78939dace0ee42dfbe7d42f898d /railties
parente1915e712d654838e4a734a6f9f0327494095c8e (diff)
parente73b5cf51ba1144cc950a27314f8f8b34b2d81b1 (diff)
downloadrails-3e18af6916a4f430eb0b5eb3c9d509ab43864478.tar.gz
rails-3e18af6916a4f430eb0b5eb3c9d509ab43864478.tar.bz2
rails-3e18af6916a4f430eb0b5eb3c9d509ab43864478.zip
Merge pull request #25795 from mechanicles/command-importance
Give importance to rails command [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js2
1 files changed, 1 insertions, 1 deletions
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