Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gschlager committed Aug 26, 2024
1 parent e6cc1f8 commit ab2b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/lib/migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def self.load_rails_environment(quiet: false)

def self.configure_zeitwerk
loader = Zeitwerk::Loader.new
loader.log! if ENV["DEBUG"]
loader.log! #if ENV["DEBUG"]

loader.inflector.inflect(
{ "cli" => "CLI", "intermediate_db" => "IntermediateDB", "uploads_db" => "UploadsDB" },
Expand Down

0 comments on commit ab2b9eb

Please sign in to comment.