method

translate

translate(*args)
public

No documentation available.

# File actionpack/lib/abstract_controller/translation.rb, line 3
    def translate(*args)
      I18n.translate(*args)
    end