Skip to content

Commit

Permalink
HOTT-2237: Use require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Dec 6, 2022
1 parent d6ed448 commit cff5e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
require 'action_view/railtie'
# require "action_cable/engine"
# require "rails/test_unit/railtie"
require 'errors'

require_relative '../lib/errors'

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit cff5e24

Please sign in to comment.