# File lib/arel/algebra/relations/relation.rb, line 181
    def find_attribute_matching_name(name)
      attributes.detect { |a| a.named?(name) } || Attribute.new(self, name)
    end