Translations

This commit is contained in:
Godwin
2014-05-04 15:33:59 -06:00
parent 91708ef81b
commit f5c7cca626
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ module I18n
end
def initialize
if Rails.env.test? || !File.exist?(filename)
if Rails.env.test? || !File.exist?(@@translation_cache_file)
File.open(@@translation_cache_file, 'w+')
end
if Rails.env.test?