diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-06-26 10:05:53 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-06-26 10:08:56 +0900 |
commit | df17f7e374eb9cd4052deef23c67fb68997e53b3 (patch) | |
tree | 4fe000416925c1aa5d5f40c5fb7aa87f7cdde1ce /guides/source | |
parent | eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97 (diff) | |
download | rails-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.md | 5 |
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 ``` |