Skip to content

Instantly share code, notes, and snippets.

@vorandrew
Created May 8, 2016 18:45
Show Gist options
  • Save vorandrew/f9ff2cdff3a61abf5563813feaa45bdc to your computer and use it in GitHub Desktop.
Save vorandrew/f9ff2cdff3a61abf5563813feaa45bdc to your computer and use it in GitHub Desktop.
More eloquent way to do this?
yield Promise.map data, (oneEvent)->
eventModel = new Event oneEvent
eventModel.fetch().then (fromDB) ->
return do eventModel.save if not fromDB?
fromDB.save oneEvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment