Skip to content

Instantly share code, notes, and snippets.

@vlad-shatskyi
Created February 16, 2013 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlad-shatskyi/4968144 to your computer and use it in GitHub Desktop.
Save vlad-shatskyi/4968144 to your computer and use it in GitHub Desktop.
user = User.find(1)
site = Site.new
site.url = "http://www.google.com"
site.name = "Google"
user.sites << site
if user.save
'cool'
else
'not so cool'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment