# File lib/deltacloud/helpers/rabbit_helper.rb, line 40 def base_uri; url_for('/').gsub(/\/$/,''); end
# File lib/deltacloud/helpers/rabbit_helper.rb, line 39 def root_url; settings.root_url; end
# File lib/deltacloud/helpers/rabbit_helper.rb, line 38 def url_for(path); url(path); end