]> git.openstreetmap.org Git - rails.git/blob - config/initializers/banners.rb
Refactored the code to invoke the message body partial layout, as suggested in the PR
[rails.git] / config / initializers / banners.rb
1 begin
2   BANNERS = YAML.load_file("#{Rails.root}/config/banners.yml").deep_symbolize_keys
3 rescue
4   BANNERS = {}.freeze
5 end