# File lib/mongoid/finders.rb, line 59
def
exists?
(
*
args
)
find
(
:all
,
*
args
).
limit
(
1
).
count
==
1
end