Methods
L
T
Instance Public methods
l(*args)
localize(*args)
This method is also aliased as l
# File actionpack/lib/abstract_controller/translation.rb, line 8
def localize(*args)
  I18n.localize(*args)
end
t(*args)
translate(*args)
This method is also aliased as t
# File actionpack/lib/abstract_controller/translation.rb, line 3
def translate(*args)
  I18n.translate(*args)
end