Hey people, I'm starting a new project and just finished creating the ERM diagram with about 30 tables. There are quite some tables with foreign keys so I'm not sure how to start creating the controllers/models. How should I start creating controllers/models? Should I first create all tables without foreign key? Should I just start somewhere and add them radomly?
I'm also not sure which table should become a controller and which one only a model. How should I decide that? If there's no real 'rule' to decide this... could I just create all of them as a model and if I need one to be a controller I just create the same on as a controller without overwriting the model.rb? Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

