Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created March 15, 2011 21:55
Show Gist options
  • Save dwaynemac/871573 to your computer and use it in GitHub Desktop.
Save dwaynemac/871573 to your computer and use it in GitHub Desktop.
opcion 2
{
:codigo_unico => “AR BEL 1 2010 123 - 4”,
:first_name => “Dwayne”,
:last_name => “Macgowan”,
:global_status => “student”,
:school_id => 1,
:local_status => “former-student”,
:contact_info => [
{:type => “email”, :value => “dwaynemac@gmail.com”, :lable => “home”},
{:type => “email”, :value => “dwayne.macgowan@mdr”, :lable => “work”},
{:type => “phone”, :value => “1540995071”, :lable => “mobile”},
{:type => “address”, :value => “arribeños”, :lable => “home”}
]
}
{
:codigo_unico => “AR BEL 1 2010 123 - 4”,
:first_name => “Dwayne”,
:last_name => “Macgowan”,
:global_status => “student”,
:school_relationships => [
{
:school_id => 1,
:status => “former-student”,
:contact_info => [
{:type => “email”, :value => “dwaynemac@gmail.com”, :lable => “home”},
{:type => “email”, :value => “dwayne.macgowan@mdr”, :lable => “work”},
{:type => “phone”, :value => “1540995071”, :lable => “mobile”},
{:type => “address”, :value => “arribeños”, :lable => “home”}
]
},
{
:school_id => 67,
:status => “student”,
:contact_info => [
{:type => “email”, :value => “dwaynemac+spam@gmail.com”, :lable => “home”},
{:type => “phone”, :value => “1540995071”, :lable => “mobile”}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment