Last active
December 31, 2015 16:59
-
-
Save TalkativeTree/8017245 to your computer and use it in GitHub Desktop.
first_or_create with associations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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