Ruby on Rails
Friday, December 26, 2014
Hi,
It's possible to do this :
models:
model attribute belongs to
-- 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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment