提交 942d4b2e 编写于 作者: E Emilio Tagua

Don't send table_name when there's no need to.

上级 1d585482
......@@ -2573,7 +2573,7 @@ def delete
# be made (since they can't be persisted).
def destroy
unless new_record?
self.class.arel_table(self.class.table_name).conditions(self.class.arel_table[self.class.primary_key].eq(id)).delete
self.class.arel_table.conditions(self.class.arel_table[self.class.primary_key].eq(id)).delete
end
@destroyed = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册