Skip to content

Commit

Permalink
Fix Zeitwerk failing to class version class with eager loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 19, 2024
1 parent b06a7e6 commit 10f94bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hotwire-spark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "zeitwerk"
loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
loader.ignore("#{__dir__}/hotwire-spark.rb")
loader.ignore("#{__dir__}/hotwire/spark/version.rb")
loader.setup

module Hotwire::Spark
Expand Down

0 comments on commit 10f94bf

Please sign in to comment.