Returns:
39 40 41
# File 'lib/immortal.rb', line 39 def exists?(id = false) where(deleted: false).exists?(id) end