# File lib/her/model/relation.rb, line 153 def find_or_initialize_by(attributes) find_by(attributes) || build(attributes) end