We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ec78b commit 6bae0d9Copy full SHA for 6bae0d9
dummy_app/config/application.rb
@@ -14,5 +14,6 @@ class Application < Rails::Application
14
# Settings in config/environments/* take precedence over those specified here.
15
# Application configuration should go into files in config/initializers
16
# -- all .rb files in that directory are automatically loaded.
17
+ config.eager_load_paths += %W( #{config.root}/../lib )
18
end
19
0 commit comments