On Miércoles, 2 de Marzo de 2011 03:16:48 Michael Latta escribió: > 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
Maybe it would be easy to understand with actual models -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- 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.
