race.rb

Path: app/models/race.rb
Last Update: Thu May 05 08:46:03 -0700 2011

A Race is essentionally a collection of Results labelled with a Category. Races must belong to a parent Event.

Races only have some of their attributes populated. These attributes are listed in the result_columns Array.

People use say "category" where we use Race in code. Could rename this EventCategory.

Race result_columns: populated columns displayed on results page. Usually Result attributes, but also creates virtual "custom" columns.

[Validate]