Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

7 lines
266 B
JavaScript

// Action Cable provides the framework to deal with WebSockets in Rails.
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
import { createConsumer } from "@rails/actioncable"
export default createConsumer()