Skip to content

Commit

Permalink
Move logger require to boot.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jan 16, 2025
1 parent d96e302 commit 315f4f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require File.expand_path('boot', __dir__)

require 'logger'
require 'rails/all'

# If you have a Gemfile, require the gems listed there, including any gems
Expand Down
1 change: 1 addition & 0 deletions config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'logger'

0 comments on commit 315f4f5

Please sign in to comment.