What does the first_or_create / first_or_create! method do in Rails?
first_or_create
first_or_create!
According to the documentation, the method \"has no description\"
Gets the first record that matches what you have specified or creates one if there are no matches