aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-26 10:05:53 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-06-26 10:08:56 +0900
commitdf17f7e374eb9cd4052deef23c67fb68997e53b3 (patch)
tree4fe000416925c1aa5d5f40c5fb7aa87f7cdde1ce /guides/source
parenteb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97 (diff)
downloadrails-df17f7e374eb9cd4052deef23c67fb68997e53b3.tar.gz
rails-df17f7e374eb9cd4052deef23c67fb68997e53b3.tar.bz2
rails-df17f7e374eb9cd4052deef23c67fb68997e53b3.zip
remove unecessary comments [ci skip]
These comments were removed in 8b69f1e.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/getting_started.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 65fdd7ca0d..e0832a32a6 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -299,9 +299,6 @@ Rails.application.routes.draw do
get 'welcome/index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
-
- # Serve websocket cable requests in-process
- # mount ActionCable.server => '/cable'
end
```
@@ -318,8 +315,6 @@ Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
- # Serve websocket cable requests in-process
- # mount ActionCable.server => '/cable'
root 'welcome#index'
end
```