# File lib/mongoid/relations/targets/enumerable.rb, line 252 def last added.last || (loaded? ? loaded.last : unloaded.last) end