# File lib/active_record/base.rb, line 2517
      def new_record?
        @new_record || false
      end