Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e15994

Browse files
committedJan 11, 2022
Explictly pull in the ActionCable engine if Rails version is 6 or higher
1 parent 84978b4 commit 0e15994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎example_app_generator/spec/support/default_preview_path

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require_file_stub 'config/environment' do
2626
require "action_controller/railtie"
2727
require "action_mailer/railtie" unless ENV['NO_ACTION_MAILER']
2828
require "action_view/railtie"
29+
require "action_cable/engine" if Rails::VERSION::STRING >= '6'
2930

3031
# Require the gems listed in Gemfile, including any gems
3132
# you've limited to :test, :development, or :production.

0 commit comments

Comments
 (0)
Please sign in to comment.