alias(name = "#{self.name}_2")
No documentation available.
# File activerecord/lib/arel/table.rb, line 34 def alias(name = "#{self.name}_2") Nodes::TableAlias.new(self, name) end