# File lib/her/model/relation.rb, line 137
      def find_or_create_by(attributes)
        find_by(attributes) || create(attributes)
      end