Skip to content

Instantly share code, notes, and snippets.

@pzaich
Created August 8, 2012 07:20
Show Gist options
  • Select an option

  • Save pzaich/3293095 to your computer and use it in GitHub Desktop.

Select an option

Save pzaich/3293095 to your computer and use it in GitHub Desktop.
one-to-one w/ ActiveRecord
Main.create
dependent = Main.build_dependent
dependent.save
#OR
Main.create
dependent = Main.create_dependent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment