Class: Www::Router

Inherits:
Object
  • Object
show all
Defined in:
app/presenters/www/router.rb

Class Method Summary collapse

Class Method Details

.default_url_optionsObject



4
5
6
# File 'app/presenters/www/router.rb', line 4

def self.default_url_options
  UrlHelper.default_url_options({ host: WEB_HOSTNAME })
end