Skip to content

Commit

Permalink
Temporarily load ActionCable to fix Turbo issue
Browse files Browse the repository at this point in the history
This can be reverted when the following issue is fixed:
hotwired/turbo-rails#512
  • Loading branch information
dennmart committed Jan 4, 2024
1 parent aa6e485 commit 4483e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
# TODO: Disable ActionCable once the following issue is fixed:
# https://github.com/hotwired/turbo-rails/issues/512
require "action_cable/engine"
require "sprockets/railtie"
# require "rails/test_unit/railtie"

Expand Down

0 comments on commit 4483e24

Please sign in to comment.