# File lib/arel/algebra/attributes/attribute.rb, line 78 def original_attribute @original_attribute ||= history.detect { |a| !a.join? } end