在这里(http://allaboutruby.wordpress.com/2009/08/08/5-minute-project-in-rails/)我们可以看到如何在表之间创建 1-m 关系,但是我应该执行哪些步骤来创建例如下一种表之间的关系:
http://docs.oracle.com/cd/E14373_01/appdev.32/e13363/issue_track_obj.htm
为了简化,只是如何创建关系user can have several created by him bugs and can be assigned to the several bugs created by other users.
谢谢。