Skip to content

Instantly share code, notes, and snippets.

@jnwheeler44
Created March 11, 2014 22:20
Show Gist options
  • Save jnwheeler44/9496325 to your computer and use it in GitHub Desktop.
Save jnwheeler44/9496325 to your computer and use it in GitHub Desktop.
User.detect_or_create(:by => { :email => "me@wheeler.com" },
:with => { :name => "wheeler", :active => true },
:overwrite_existing => true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment