Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put app in autoload_once_paths #51

Merged
merged 1 commit into from
Dec 28, 2020
Merged

Put app in autoload_once_paths #51

merged 1 commit into from
Dec 28, 2020

Conversation

dhh
Copy link
Member

@dhh dhh commented Dec 28, 2020

No description provided.

@@ -6,6 +6,15 @@ class Engine < Rails::Engine
isolate_namespace Turbo
config.eager_load_namespaces << Turbo
config.turbo = ActiveSupport::OrderedOptions.new
config.autoload_once_paths = %W(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to += here d83a821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants