Skip to content

Commit 9b0af43

Browse files
authored
Add app/facades to the autoloads paths list (#985)
1 parent 1877e23 commit 9b0af43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/application.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ class Application < Rails::Application
2323

2424
config.active_job.queue_adapter = :solid_queue
2525

26-
# Add form_builders and presenters to autoload paths
26+
# Add form_builders, presenters, and facades to autoload paths
2727
config.autoload_paths << Rails.root.join("app/form_builders")
2828
config.autoload_paths << Rails.root.join("app/presenters")
29+
config.autoload_paths << Rails.root.join("app/facades")
2930

3031
# Configuration for the application, engines, and railties goes here.
3132
#

0 commit comments

Comments
 (0)