From df17f7e374eb9cd4052deef23c67fb68997e53b3 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 26 Jun 2016 10:05:53 +0900 Subject: remove unecessary comments [ci skip] These comments were removed in 8b69f1e. --- guides/source/getting_started.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'guides/source') 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 ``` -- cgit v1.2.3