Validating Non-ActiveRecord Objects

Hi, I'd check http://agilewebdevelopment.com/plugins/activerecord_base_without_table to see if it helps. What if your Contact class is regular active record object (with validations, callbacks etc) but without database table beneath?

Pavlo