diff options
-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 |