Sha256: cbc4064bf842da5435f97fb8f73f89deb56c2181be07b477c7c58da031b79448
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
I18n.load_path += Dir[File.expand_path("config/locales") + "/**/*.yml"] module I18n def self.just_raise_that_exception(*args) raise "i18n: #{args.first}" end end I18n.exception_handler = :just_raise_that_exception
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ghostest-0.1.0 | lib/initializers/i18n.rb |