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

removing useless assingment

上级 9675c7da
......@@ -285,7 +285,7 @@ def order!(*args) # :nodoc:
references!(references) if references.any?
# if a symbol is given we prepend the quoted table name
args = args.map! { |arg|
args.map! { |arg|
arg.is_a?(Symbol) ?
Arel::Nodes::Ascending.new(klass.arel_table[arg]) :
arg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册