I have a model that is associated to another model. The reverse association is polymorphic. A different association between the two tables matches the name of the parent model.
Language ---- translations ----> Translations Language <--- row ---------------- Translations Those are the ones I want used so "row" would be hidden as the reverse. Language <------ lanugage ------ Translations This is the one that is being hidden (as well as row being hidden). When other models are in the place of language it is working well. I set the reverse on the Language model for the translations association to "row" explicitly. Any suggestions on how to make it show the language association in the subform? Michael -- 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.
