]> git.openstreetmap.org Git - rails.git/commitdiff
Update country.rb
authorardean80 <ardean80@hotmail.com>
Fri, 16 Feb 2018 13:43:53 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2018 13:43:53 +0000 (14:43 +0100)
Without adding "Rails.root.join(...)" (or something else returning a complete path to the countries.xml file) this error occurred:
"No such file or directory @ rb_sysopen - config/countries.xml"
I think it happened because it could not find that file through a relative path.


No differences found