Suppress deprecation warning from i18n

This commit is contained in:
Tom Hughes 2010-09-02 20:00:43 +01:00
parent 782ddc9c3e
commit 6669253f9c

View file

@ -18,6 +18,8 @@ module I18n
store_translations(locale, :time => { :formats => { :friendly => friendly } }) store_translations(locale, :time => { :formats => { :friendly => friendly } })
end end
end end
@skip_syntax_deprecation = true
end end
end end
end end