]> git.openstreetmap.org Git - rails.git/blob - config/initializers/banners.rb
Controllers + a few tests + new notification added. Work pending on the notification...
[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