# File lib/audited/adapters/active_record/audit.rb, line 33
        def ancestors
          self.class.where(['auditable_id = ? and auditable_type = ? and version <= ?',
            auditable_id, auditable_type, version])
        end