Skip to content

Commit c8d978b

Browse files
committed
Update consumer.js
1 parent 29de4b7 commit c8d978b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Action Cable provides the framework to deal with WebSockets in Rails.
22
// You can generate new channels where WebSocket features live using the `bin/rails generate channel` command.
33

4-
// TODO
5-
// - Configure redis
6-
// import { createConsumer } from "@rails/actioncable"
4+
import { createConsumer } from "@rails/actioncable"
75

8-
// export default createConsumer()
6+
export default createConsumer()

0 commit comments

Comments
 (0)