From e700f8ebfb42744193d8e7960d47e7bf020dbcd0 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 28 Feb 2016 20:49:16 +0530 Subject: Fix formatting in Action Cable guide [ci skip] --- guides/source/action_cable_overview.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/source') diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 964cb882c5..16cfaf94e2 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -582,6 +582,7 @@ run ActionCable.server ``` Then you start the server using a binstub in bin/cable ala: + ``` #!/bin/bash bundle exec puma -p 28080 cable/config.ru -- cgit v1.2.3