Skip to content

Instantly share code, notes, and snippets.

@adelbalso
Created December 20, 2013 17:49
Show Gist options
  • Save adelbalso/8058613 to your computer and use it in GitHub Desktop.
Save adelbalso/8058613 to your computer and use it in GitHub Desktop.
How to add a new organization (needed for remote connection via IP)
o=Organization.first
o.additional_domains << '192.168.1.9'
o.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment