We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 631b8c1 + 6099a39 commit 640aff0Copy full SHA for 640aff0
config/application.rb
@@ -56,5 +56,10 @@ class Application < Rails::Application
56
config.generators.system_tests = nil
57
58
config.secret_key_base = ENV['SECRET_KEY_BASE']
59
+
60
+ config.autoload_paths += Dir[Rails.root.join('app/presenters')]
61
+ config.autoload_paths += Dir["#{config.root}/lib"]
62
+ Rails.autoloaders.main.ignore(Rails.root.join('lib/core_ext/string.rb'))
63
+ Rails.autoloaders.main.ignore(Rails.root.join('lib/log/formatter.rb'))
64
end
65
0 commit comments