Skip to content

Instantly share code, notes, and snippets.

@hexgnu
Created April 15, 2013 22:02
Show Gist options
  • Save hexgnu/5391632 to your computer and use it in GitHub Desktop.
Save hexgnu/5391632 to your computer and use it in GitHub Desktop.
c = Company.new
c.title = "IBM"
c.save!
u = User.first
u.managed_organization_id = c.id
u.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment