4 5 6 7
# File 'lib/workarea/i18n.rb', line 4 def default_url_options(options = {}) locale = ::I18n.locale != ::I18n.default_locale ? ::I18n.locale : nil { locale: locale }.merge(options) end