We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set your locale & Make your default_url_options a class method in your ApplicationController
def set_locale I18n.locale = params[:locale] end def self.default_url_options(options={}) options.merge({ :locale => I18n.locale }) end