This question is more about how things work in an MVC architecture based ORM application. I want to know which controller to write code into when there is a many to many relationship between 2 models.
Example, I have a model A and model B with respective controllers and have a many to many realastionship. I want to list Bs that are associated with A in using bridge table. Which controller should the code for this go since both are equally related. Chirantan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

