Skip to content

Commit

Permalink
Allow aliases [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 29, 2023
1 parent 1e50ed8 commit 6665a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blazer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def self.settings
@settings ||= begin
path = Rails.root.join("config", "blazer.yml").to_s
if File.exist?(path)
YAML.safe_load(ERB.new(File.read(path)).result)
YAML.safe_load(ERB.new(File.read(path)).result, aliases: true)
else
{}
end
Expand Down

0 comments on commit 6665a53

Please sign in to comment.