Skip to content

Commit 31dd41e

Browse files
committed
fix: Remove app/channels directory
The app/channels directory contains ActionCable boilerplate that references ActionCable::Channel::Base, but we excluded ActionCable from loading in config/application.rb. Since we're not using WebSockets/ActionCable for this JSON API, removing the entire directory resolves the initialization errors. Changes: - Removed app/channels/ directory This completes the ActionCable removal.
1 parent f10e528 commit 31dd41e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

app/channels/application_cable/channel.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/channels/application_cable/connection.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)