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