Skip to content

Commit

Permalink
Fix Railtie require
Browse files Browse the repository at this point in the history
  • Loading branch information
intrip committed Jun 19, 2024
1 parent 45bae89 commit c5cce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/homographic_spoofing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
loader = Zeitwerk::Loader.for_gem
loader.setup

require "homographic_spoofing/railtie" if defined?(Rails::Railtie)
require_relative "homographic_spoofing/railtie" if defined?(Rails::Railtie)

module HomographicSpoofing
mattr_accessor :logger, instance_accessor: false
Expand Down

0 comments on commit c5cce5f

Please sign in to comment.