# File lib/active_record/base.rb, line 937
      def id
        read_attribute(self.class.primary_key)
      end