diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-31 21:01:59 -0700 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-12-31 21:01:59 -0700 |
commit | 6d06705fba2d926aa75391364fa753132fa1ebd5 (patch) | |
tree | 1611b941ce0fe4b567767f62fe5376253ef10649 | |
parent | e991c7b8cd69d7ba5e221a19e5f386e3ba02eb9d (diff) | |
parent | 9e7b594114b4a3eed01cf68c695d985e399133a2 (diff) | |
download | rails-6d06705fba2d926aa75391364fa753132fa1ebd5.tar.gz rails-6d06705fba2d926aa75391364fa753132fa1ebd5.tar.bz2 rails-6d06705fba2d926aa75391364fa753132fa1ebd5.zip |
Merge pull request #22881 from iguchi1124/fix-to-remove-wasted-space-in-cable-coffee
Remove a wasted space [ci skip]
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee index 49a7cfa69b..07934d026f 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee +++ b/railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee @@ -1,4 +1,4 @@ -# Action Cable provides the framework to deal with WebSockets in Rails. +# 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. # # Turn on the cable connection by removing the comments after the require statements (and ensure it's also on in config/routes.rb). |