Skip to content

Commit

Permalink
Use relative path for require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
josepegea committed Oct 30, 2024
1 parent aabad1a commit 9fae30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/omniauth.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative File.join(Rails.root, 'lib/omni_auth/strategies/email')
require_relative '../../lib/omni_auth/strategies/email'

OmniAuth.config.logger = Rails.logger

Expand Down

0 comments on commit 9fae30d

Please sign in to comment.