mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
4 lines
92 B
Ruby
4 lines
92 B
Ruby
|
|
class Project < ActiveRecord::Base
|
||
|
|
has_and_belongs_to_many :developers, :uniq => true
|
||
|
|
end
|