1 2 3 4 5 6 7
module Arel module AliasPredication def as other Nodes::As.new self, Nodes::SqlLiteral.new(other) end end end