2011-11-08 95 views

回答

2

我會去的:

開發

has_and_belongs_to_many :projects 
has_one :main_project, :class_name => "Project" 

假設類是開發人員和項目。

相關問題