# File lib/her/model/relation.rb, line 199 def first_or_initialize(attributes = {}) fetch.first || build(attributes) end