method
translate
rails latest stable - Class:
ActionController::Translation
translate(*args)public
No documentation available.
# File actionpack/lib/action_controller/translation.rb, line 3
def translate(*args)
I18n.translate(*args)
end 1Note
Documentation
Good docs can be found here: http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api
See also: http://rails-i18n.org/wiki for an extensive list of resources.