1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adding table alias to the TableAlias node

This commit is contained in:
Aaron Patterson 2010-09-14 11:20:46 -07:00
parent 81faff66f8
commit 5cf6550ef4

View file

@ -2,6 +2,7 @@ module Arel
module Nodes
class TableAlias
attr_reader :name, :relation, :columns
alias :table_alias :name
def initialize name, relation
@name = name