# File lib/paper_trail/version_concern.rb, line 51
      def destroys
        where :event => 'destroy'
      end