# File lib/her/model/relation.rb, line 184
      def first_or_create(attributes = {})
        fetch.first || create(attributes)
      end