Methods

Class Index [+]

Quicksearch

Arel::Nodes::TableAlias

Public Instance Methods

[](name) click to toggle source
    # File lib/arel/nodes/table_alias.rb, line 8
 8:       def [] name
 9:         Attribute.new(self, name)
10:       end
table_name() click to toggle source
    # File lib/arel/nodes/table_alias.rb, line 12
12:       def table_name
13:         relation.respond_to?(:name) ? relation.name : name
14:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.