# File lib/mongo_mapper/plugins/associations/embedded_collection.rb, line 13 def find(id) load_target target.detect { |item| item.id.to_s == id || item.id == id } end