Module: Sinatra::Rabbit::URLHelper

Defined in:
lib/deltacloud/helpers/rabbit_helper.rb

Instance Method Summary collapse

Instance Method Details

#base_uriObject



40
# File 'lib/deltacloud/helpers/rabbit_helper.rb', line 40

def base_uri; url_for('/').gsub(/\/$/,''); end

#root_urlObject



39
# File 'lib/deltacloud/helpers/rabbit_helper.rb', line 39

def root_url; settings.root_url; end

#url_for(path) ⇒ Object



38
# File 'lib/deltacloud/helpers/rabbit_helper.rb', line 38

def url_for(path); url(path); end