# File lib/paranoia.rb, line 219
    def self.paranoia_scope
      where(paranoia_column => paranoia_sentinel_value)
    end