Make translation failure error out, there are at least 1 uncovered translation failures (share with lightbox)

This commit is contained in:
Raphael Sofaer 2011-02-18 11:12:20 -05:00
parent cc84e349de
commit 5823da8d25

View file

@ -0,0 +1,7 @@
module I18n
def self.just_raise_that_exception(*args)
raise args.first
end
end
I18n.exception_handler = :just_raise_that_exception