提交 d6133209 编写于 作者: A Aaron Patterson

arel is lazy about column information, so no need to pass it around

上级 ddbd2039
......@@ -13,7 +13,7 @@ def aliased_prefix
end
def table
Arel::Table.new(table_name, :engine => arel_engine, :columns => active_record.columns)
Arel::Table.new(table_name, arel_engine)
end
def aliased_table_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册