# File lib/mongo_mapper/plugins/associations/in_array_proxy.rb, line 31 def last(options={}) return nil if ids.blank? query(options).last end