From fc8bb71872f483e26230fdd1f26368967cbc90f2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Jul 2015 08:31:17 +0200 Subject: Link to example repo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d0acd832c9..45daac5f46 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,9 @@ The channel has been instructed to stream everything that arrives at `web_notifi `#received(data)` callback. The data is the hash sent as the second parameter to the server-side broadcast call, JSON encoded for the trip across the wire, and unpacked for the data argument arriving to `#received`. +## More complete examples + +See the [rails/actioncable-examples](http://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app and adding channels. ## Configuration -- cgit v1.2.3