7361b6cbd5
1f5ed8eb20
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