Displaying 1 result from an estimated 1 matches for "local_image_tags".
2006 Mar 28
1
Model attributes that are not backed by persistent storage
I have a model object that I would like to add an attribute to.
It''s an array of other objects.
If I do
attr_accessor :local_image_tags
should I then be able to assign to object.local_image_tags or read from
object.local_image_tags without incident?
Is ActiveRecord going to assume that there is a table behind these guys?
If so, how do I indicate that these attributes are not stored?
Thanks,
Wes
--
Posted via http://www.ruby-f...