Hello, Is there a way to show a subform depending of a previous
selection on the main form?
for examaple, i have this models:

class ModelA
  has_one :model_b
  has_one :model_c
end

class ModelB
  belongs_to :model_a
end

class ModelC
  belongs_to :model_a
end

I want to show only one subform for model B or model C after the user
makes a choice in form for model A

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to