diff options
author | Shota Iguchi <e.iguchi1124@gmail.com> | 2016-01-01 12:46:22 +0900 |
---|---|---|
committer | Shota Iguchi <e.iguchi1124@gmail.com> | 2016-01-01 12:54:53 +0900 |
commit | 9e7b594114b4a3eed01cf68c695d985e399133a2 (patch) | |
tree | 1611b941ce0fe4b567767f62fe5376253ef10649 /railties/lib | |
parent | e991c7b8cd69d7ba5e221a19e5f386e3ba02eb9d (diff) | |
download | rails-9e7b594114b4a3eed01cf68c695d985e399133a2.tar.gz rails-9e7b594114b4a3eed01cf68c695d985e399133a2.tar.bz2 rails-9e7b594114b4a3eed01cf68c695d985e399133a2.zip |
Remove a wasted space
Diffstat (limited to 'railties/lib')
-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). |