We need to add always a lang to all our routes
# File lib/padrino-contrib/auto_locale.rb, line 51 def url(*args) params = args.extract_options! params[:lang] = I18n.locale args << params super(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.