Sha256: ef976c77ca5ff666dfc2a72ae3b5985ace5d2c2204921054c2bf41e95b4a1b01
Contents?: true
Size: 222 Bytes
Versions: 40
Compression:
Stored size: 222 Bytes
Contents
module ActionController module Translation def translate(*args) I18n.translate(*args) end alias :t :translate def localize(*args) I18n.localize(*args) end alias :l :localize end end
Version data entries
40 entries across 40 versions & 10 rubygems