diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-28 20:49:16 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-28 20:49:16 +0530 |
commit | e700f8ebfb42744193d8e7960d47e7bf020dbcd0 (patch) | |
tree | 997969dd39a4413fd440bf2b0b7983d08876e7df /guides | |
parent | 922b5f07953f60b75b5e39b5086bc59e366a0fba (diff) | |
download | rails-e700f8ebfb42744193d8e7960d47e7bf020dbcd0.tar.gz rails-e700f8ebfb42744193d8e7960d47e7bf020dbcd0.tar.bz2 rails-e700f8ebfb42744193d8e7960d47e7bf020dbcd0.zip |
Fix formatting in Action Cable guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_cable_overview.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |