Hi,

It's possible to do this :

models:

   - product has_many attributes
   - user has_many attributes
   - other_model has_many attributes
   

model attribute belongs to 

   - product , but the foreign_key is not product_id but the mode name 
   (Product) stored in table attributes(id, name, model)
   - user , but the  foreign_key is not product_id but the mode name 
   (Product) stored in table attributes(id, name, model)

I want associate the attributes model with whole model and not with single 
record.

thx



-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/e5498711-d424-42bf-bbed-aebedc3a64d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to