1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/dummy/app/controllers/localized_urls.rb
2013-01-12 16:34:55 +00:00

5 lines
135 B
Ruby

module LocalizedUrls
def default_url_options(options = {})
{locale: I18n.locale, host: "www.example.com", port: 12345}
end
end