Commit 31dd41e
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
2 files changed
+0
-8
lines changedThis file was deleted.
This file was deleted.
0 commit comments