From: Joseph Spiros Date: Thu, 12 Aug 2010 21:04:38 +0000 (-0400) Subject: Explicit declaration of keys for AttributeFields and RelationshipFields is now unnece... X-Git-Tag: philo-0.9~37 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/6b1eb578f544517620de8e0abbec391a839a3d0c?ds=sidebyside;hp=6b1eb578f544517620de8e0abbec391a839a3d0c Explicit declaration of keys for AttributeFields and RelationshipFields is now unnecessary, as they will use the attribute name on the model class they were assigned to by default. This implements feature #20. ---