提交 3aa5f2c2 编写于 作者: Y Yves Senn

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.
上级 80f710cc
......@@ -32,7 +32,7 @@ def column_alias(node, column)
@alias_cache[node][column]
end
class Table < Struct.new(:node, :columns)
class Table < Struct.new(:node, :columns) # :nodoc:
def table
Arel::Nodes::TableAlias.new node.table, node.aliased_table_name
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册