# File lib/paper_trail/version_concern.rb, line 43
      def creates
        where :event => 'create'
      end