diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-07-13 09:16:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 09:16:04 -0500 |
commit | 3e18af6916a4f430eb0b5eb3c9d509ab43864478 (patch) | |
tree | 6bb1c5c165e9a78939dace0ee42dfbe7d42f898d /railties/lib | |
parent | e1915e712d654838e4a734a6f9f0327494095c8e (diff) | |
parent | e73b5cf51ba1144cc950a27314f8f8b34b2d81b1 (diff) | |
download | rails-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/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js | 2 |
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 |