+ validates_presence_of :name
+
+ # i have to call this picture_assoc because picture= does not overload
+ # the normal association method made by has_one
+ has_one :picture_obj, :class_name => "Picture"
+
+ # validate uniqueness of a name *within a given election*