# File lib/paranoia.rb, line 9
    def only_deleted
      unscoped {
        where("deleted_at is not null")
      }
    end