Skip to content

Instantly share code, notes, and snippets.

@jmoren
Created August 17, 2012 15:30
Show Gist options
  • Save jmoren/3379917 to your computer and use it in GitHub Desktop.
Save jmoren/3379917 to your computer and use it in GitHub Desktop.
carga de contactos
Contact.transaction do
@contacts = Contact.create(
@exists_phones.map{|phone| {:phone => phone, :status => import_type, :user_id => @user.id, :import => 1} }
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment