Sha256: a29875a1d9ede317e1d084024830ac6803bdf076fe9cad40b0156af9b10cdad2
Contents?: true
Size: 220 Bytes
Versions: 34
Compression:
Stored size: 220 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
34 entries across 31 versions & 9 rubygems