Skip to content

Commit

Permalink
Fix autoloading Alchemy::Element::DomId
Browse files Browse the repository at this point in the history
In classic autoloader mode this causes NameErrors
without this require_dependency
  • Loading branch information
tvdeyen committed Apr 11, 2023
1 parent bdffa2e commit 7cd3846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/alchemy/element.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#

require_dependency "alchemy/element/definitions"
require_dependency "alchemy/element/dom_id"
require_dependency "alchemy/element/element_contents"
require_dependency "alchemy/element/element_ingredients"
require_dependency "alchemy/element/element_essences"
Expand Down

0 comments on commit 7cd3846

Please sign in to comment.