I'm using Rails 2.3 and the AS plugin for the same branch (2.3). This worked fine till now, but for reasons beyond my control, I need to convert my existing HABTM associations to has_many through associations.
I have made the corresponding changes (has_many through) in my original models (say, a and b) and added a third model (a_b) for the association table. I also added an autoincrement id column to the association table. The list of entries in the database for model a still show up fine but, now when I try to edit the list of associated entries (model b) that model a points to, the form submits fine, but does not update anything. It shows the same original list of associated entries. Do I need to make any other changes to get this working? Or does AS only support HABTM associations? Let me know if you need more info. Thanks, PK -- 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.
