I have three tables: the products, type_products, properties and
value.
**Typeproduct.rb**
has_many :products
has_many :properties
**Property.rb**
belongs_to :type_product
has_many :values
**Value.rb**
belongs_to :property
**Product.rb**
belongs_to :type_product
What a best way to generate a form based on the conditions and values,
when client changing the type_products in the form
--
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-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.