Hi all,

Still pretty new to all this so apologies if this is straight forward;
I have searched for solutions as it seems quite an easy problem to
solve but alas, no joy.

I have a few models like so...

Classification -> ClassificationValue...  (where Classification
has_many ClassificationValues and ClassificationValue belongs_to
Classification)
RecognitionType -> Recognition... (where RecognitionType has_many
Recognitions and Recognition belongs_to RecognitionType)

Fairly straight forward...  There is also another couple of
relationships...

Classification -> RecognitionType  (where RecognitionType belongs_to a
Classification)

ClassificationValue -> Recognition  (where Recognition belongs_to a
ClassificationValue)

It is the ClassificationValue dropdown box that appears on the
Recognition edit page that is causing me grief.

I want this dropdown box to only have valid values (not all
ClassificationValues).  By valid values I mean CalssificationValues
that belong_to the Classification that belongs_to the Recognition's
RecognitionType...

Any ideas? (hope you followed that!)


Cheers,
Drammy

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to