# File lib/mongo_mapper/plugins/querying.rb, line 14
        def find_by_id(id)
          find_one(:_id => id)
        end