123456789_123456789_123456789_123456789_123456789_

Module: Arel::AliasPredication

Do not use. This module is for internal use only.

Instance Method Summary

Instance Method Details

#as(other)

[ GitHub ]

  
# File 'activerecord/lib/arel/alias_predication.rb', line 5

def as(other)
  Nodes::As.new self, Nodes::SqlLiteral.new(other)
end