From 75c6dfd20b3f7cb51b68dc6ca4ee945217d0bb40 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 6 Dec 2022 11:35:10 +0100 Subject: [PATCH] Rename actioncable integration (deprecation warning) --- app/assets/javascripts/cable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/cable.js b/app/assets/javascripts/cable.js index 739aa5f0..115dbcba 100644 --- a/app/assets/javascripts/cable.js +++ b/app/assets/javascripts/cable.js @@ -1,7 +1,7 @@ // 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. // -//= require action_cable +//= require actioncable //= require_self //= require_tree ./channels