Methods

Class/Module Index [+]

Quicksearch

Arel::Nodes::TableAlias

Public Instance Methods

[](name) click to toggle source
# File lib/arel/nodes/table_alias.rb, line 8
def [] name
  Attribute.new(self, name)
end
table_name() click to toggle source
# 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.