Skip to content

Commit

Permalink
Remove old autoload path lib code in favor of config.autoload_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 22, 2024
1 parent 55ffbfd commit d6bba2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class Application < Rails::Application
# the framework and any gems in your application.
config.time_zone = "UTC"

config.autoload_paths += %W[#{config.root}/lib]
config.autoload_paths += Dir[File.join(Rails.root, "lib", "core_ext", "**/*.rb")].each { |l| require l }

config.exceptions_app = routes

config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"
Expand Down

0 comments on commit d6bba2c

Please sign in to comment.