Skip to content

Instantly share code, notes, and snippets.

@michiels
Created January 15, 2013 11:31
Show Gist options
  • Save michiels/4538002 to your computer and use it in GitHub Desktop.
Save michiels/4538002 to your computer and use it in GitHub Desktop.
So is this the new way of doing find_or_initialize_by?
user = User.where(email: row['email']).first || User.new(email: row['email'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment