aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShota Iguchi <e.iguchi1124@gmail.com>2016-01-01 12:46:22 +0900
committerShota Iguchi <e.iguchi1124@gmail.com>2016-01-01 12:54:53 +0900
commit9e7b594114b4a3eed01cf68c695d985e399133a2 (patch)
tree1611b941ce0fe4b567767f62fe5376253ef10649
parente991c7b8cd69d7ba5e221a19e5f386e3ba02eb9d (diff)
downloadrails-9e7b594114b4a3eed01cf68c695d985e399133a2.tar.gz
rails-9e7b594114b4a3eed01cf68c695d985e399133a2.tar.bz2
rails-9e7b594114b4a3eed01cf68c695d985e399133a2.zip
Remove a wasted space
-rw-r--r--railties/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.coffee2
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).