]> git.openstreetmap.org Git - rails.git/blob - config/initializers/piwik.rb
Use larger 'spinner' when waiting for route request. Replace HTML in content to avoid...
[rails.git] / config / initializers / piwik.rb
1 require "yaml"
2
3 if File.exists?(piwik_file = File.expand_path("../../piwik.yml", __FILE__))
4   PIWIK = YAML.load_file(piwik_file)
5 end