Hi, I've searched Google and the group but didn't find an appropriate solution/plugin for this problem.
I've a table "languages" which contains the columns (id, language) with values (1, "German"), (2, "English"), (3, "French") etc. I also have a second table "colours" with the columns (id, colour_id, language_id, colour). I could of course add a colour with multiple "add row" operations, but given the number of colours and similar tables and languages we have, it would be much easier to have an "add colour" operation which gives me a form with one line for each language, and assign them all the same colour_id. Eg. New colour -> German: rot English: red French: rouge After the save operation, the "colours" table show contain: (1, 1, 1, "rot"), (2, 1, 2, "red"), (3, 1, 3, "rouge")... Has someone an easy solution for this? Thanks a lot in advance! Carsten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
