>
> > class UserAccount < ActiveRecord::Base
> >   serialize :meta_data, Hash
> > end
>
> That would get it working to demo, but I *know* that they're going to
> want to search/filter on the attributes once they have their hands on
> them, so I'd prefer to start with a DB record per attribute that gets
> assigned.
>

Fair enough.

I've not needed to do it yet, so I'll bow out (just thought I'd post the
simple solution in case someone out there finds this thread and didn't know
about it).

Good luck chap.

Cheers,


Andy

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to