Skip to content

Instantly share code, notes, and snippets.

@TalkativeTree
Last active December 31, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TalkativeTree/8017245 to your computer and use it in GitHub Desktop.
Save TalkativeTree/8017245 to your computer and use it in GitHub Desktop.
first_or_create with associations
SearchEngine.first.terms.where(name: term.downcase).first_or_create do |term|
SearchEngine.first.terms << term
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment