7 8 9
# File 'lib/carriage/url.rb', line 7 def self.call(locale, params) "#{Locale.new(locale).host}?#{URI.encode_www_form params}" end