Sha256: 8933cea89fc1aa80637d2589d03d610f68b22fed7ee33a55f393a66088b08ada
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
module I18n::Backend::Base alias_method :default_without_handler, :default def default(locale, object, subject, options = {}) result = default_without_handler(locale, object, subject, options) Localeapp.missing_translations.add(locale, object, subject, options) return result end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
localeapp-0.6.0 | lib/localeapp/default_value_handler.rb |