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