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 1877e23 commit 9b0af43Copy full SHA for 9b0af43
config/application.rb
@@ -23,9 +23,10 @@ class Application < Rails::Application
23
24
config.active_job.queue_adapter = :solid_queue
25
26
- # Add form_builders and presenters to autoload paths
+ # Add form_builders, presenters, and facades to autoload paths
27
config.autoload_paths << Rails.root.join("app/form_builders")
28
config.autoload_paths << Rails.root.join("app/presenters")
29
+ config.autoload_paths << Rails.root.join("app/facades")
30
31
# Configuration for the application, engines, and railties goes here.
32
#
0 commit comments