Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created July 16, 2014 01:30
Show Gist options
  • Save pnegri/051f6ef726b4244fbfe0 to your computer and use it in GitHub Desktop.
Save pnegri/051f6ef726b4244fbfe0 to your computer and use it in GitHub Desktop.
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment