# File lib/mongo_mapper/plugins/associations/in_array_proxy.rb, line 21 def all(options={}) return [] if ids.blank? query(options).all end