Rename actioncable integration (deprecation warning)

This commit is contained in:
Sebastian Serth
2022-12-06 11:35:10 +01:00
parent de0c1d368c
commit 75c6dfd20b

View File

@ -1,7 +1,7 @@
// Action Cable provides the framework to deal with WebSockets in Rails. // 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. // You can generate new channels where WebSocket features live using the `rails generate channel` command.
// //
//= require action_cable //= require actioncable
//= require_self //= require_self
//= require_tree ./channels //= require_tree ./channels