Skip to content

Commit

Permalink
Merge branch 'main' into user-assignable-school
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Oct 22, 2024
2 parents 2e10776 + 8e6f007 commit d06526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/database_url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.config_file
end

def self.db_config
config = YAML::load(ERB.new(IO.read(config_file)).result)
config = YAML::load(ERB.new(File.read(config_file)).result)
config[env]
end

Expand Down

0 comments on commit d06526a

Please sign in to comment.