search for: person_property

Displaying 1 result from an estimated 1 matches for "person_property".

2005 Nov 02
4
acts_as_metadata?
...,property_value) VALUES(<person_id>,<property_id as inserted above>,<YAML serialization of ''123-456-7890''>); Some areas for discussion: - Is there an easier way to do this? - Should I use one set of tables (as above) or do away with the ar_class and have a person_property and person_property_value table? - Would this best be implemented as an acts_as_, a plugin, an ActiveRecord::Base extension, or what? Extending AR is a learning experience for me. Thanks! -- Brad Ediger 866-EDIGERS _______________________________________________ Rails mailing list Rails-1W...