mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
docs, ActiveRecord::JoinDependency
is not part of the public API.
[ci skip] While `JoinDependency` and `JoinDependency::Aliases` were nodoced, the inner `Table` class made them appear in the API.
This commit is contained in:
parent
80f710cc04
commit
3aa5f2c203
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module ActiveRecord
|
||||||
@alias_cache[node][column]
|
@alias_cache[node][column]
|
||||||
end
|
end
|
||||||
|
|
||||||
class Table < Struct.new(:node, :columns)
|
class Table < Struct.new(:node, :columns) # :nodoc:
|
||||||
def table
|
def table
|
||||||
Arel::Nodes::TableAlias.new node.table, node.aliased_table_name
|
Arel::Nodes::TableAlias.new node.table, node.aliased_table_name
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue