Module RouteTranslator::Translator::RouteHelpers
In: lib/route_translator/translator/route_helpers.rb

Methods

add  

Public Instance methods

Add standard route helpers for default locale e.g.

  I18n.locale = :de
  people_path -> people_de_path
  I18n.locale = :fr
  people_path -> people_fr_path

[Validate]