Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Undefined local variable or method `emails' #151

Closed comictvn closed 8 years ago

comictvn commented 8 years ago

NameError (undefined local variable or method `emails' for #OmniContacts::Importer::Hotmail:0x007f8b0e9bfc30):

Could you please fix this issuse Thank !

In omnicontacts/importer/hotmail.rb:44 Fix : contact[:email] = parse_email(emails) if valid_email? parse_email(emails) -> contact[:email] = parse_email(entry['emails']) if valid_email? parse_email(entry['emails'])

rubytastic commented 8 years ago

Code not actively maintained please make pull request yourself, we do not offer support