Sha256: b9a18dc7a740ee54a6eebe3576d157a18b80e6ebe283569bdb076980320144f5
Contents?: true
Size: 194 Bytes
Versions: 35
Compression:
Stored size: 194 Bytes
Contents
module CoreExtensions module I18n module HandleBlankValue def localize(object, options = nil) object.blank? ? "" : super end alias :l :localize end end end
Version data entries
35 entries across 35 versions & 1 rubygems