Hi, Say I have the following association:
Product has many Categories through ProductCategories. ProductCategories is need to store some other attributes like importance, etc. On the Product list, when I include both :categories and :productcategories, AS shows a link on productcategories column but not the categories column. I want it to be the other way around, link on :categories (which would then show me all the categories the product belongs to) and no link on the :productcategories (as I don't want users editing the fields in productcategories ). How would I do that? Thanks! -- 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.
