Skip to content

Instantly share code, notes, and snippets.

@dlisboa
Last active December 30, 2015 19:18
Show Gist options
  • Save dlisboa/7872971 to your computer and use it in GitHub Desktop.
Save dlisboa/7872971 to your computer and use it in GitHub Desktop.
def main_domain_url site
URI::Generic.build scheme: request.scheme,
host: site.address,
port: request.port,
path: '/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment