annotate test/exemplars/version_exemplar.rb @ 1013:b98f60a6d231 live

Avoid crashing out with weird event types that don't give us a proper author record
author Chris Cannam
date Mon, 12 Nov 2012 14:55:11 +0000
parents cbb26bc654de
children
rev   line source
Chris@0 1 class Version < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'Version 1.0.0'
Chris@0 3 generator_for :status => 'open'
Chris@0 4
Chris@0 5 end