Skip to content

Commit

Permalink
Require actioncable
Browse files Browse the repository at this point in the history
Due to a bug in turbo-rails we need to require actioncable
although we do not use it
  • Loading branch information
tvdeyen committed Feb 22, 2024
1 parent c940735 commit f74a47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
require "action_cable/engine"
require "sprockets/railtie"
# require "rails/test_unit/railtie"

Expand Down

0 comments on commit f74a47f

Please sign in to comment.