Arel::Nodes::Binary
# File lib/arel/nodes/table_alias.rb, line 8 def [] name Attribute.new(self, name) end
# File lib/arel/nodes/table_alias.rb, line 12 def table_name relation.respond_to?(:name) ? relation.name : name end
[Validate]
Generated with the Darkfish Rdoc Generator 2.