]> git.openstreetmap.org Git - rails.git/blob - config/initializers/piwik.rb
Allow GET as well as POST for oauth#request_token and oauth#access_token
[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