在Rails 3.2中 pop 帮助从ActiveRecord中删除记录。
pop
rec = User.find(1).histories rec.pop => remove last history and output class will be in ActiveRecord
在Rails 5.2中,同样的pop不工作。
寻找相同的ActiveRecord类作为输出。
另外,数据库中的记录不应该被删除。
rec = User.find(1).histories.to_a.pop