aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-02-28 20:51:51 +0530
committerप्रथमेश Sonpatki <csonpatki@gmail.com>2016-02-28 20:51:51 +0530
commita0d6209479bee220b43061d8ffa6a8d732ffd20d (patch)
tree997969dd39a4413fd440bf2b0b7983d08876e7df /guides
parent922b5f07953f60b75b5e39b5086bc59e366a0fba (diff)
parente700f8ebfb42744193d8e7960d47e7bf020dbcd0 (diff)
downloadrails-a0d6209479bee220b43061d8ffa6a8d732ffd20d.tar.gz
rails-a0d6209479bee220b43061d8ffa6a8d732ffd20d.tar.bz2
rails-a0d6209479bee220b43061d8ffa6a8d732ffd20d.zip
Merge pull request #23946 from prathamesh-sonpatki/fix-ac-guide
Fix formatting in Action Cable guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_cable_overview.md1
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