blob: 2b53d39ed5b1d91c942528065584a84056261bf4 [file] [log] [blame]
class Project < ActiveRecord::Base
has_and_belongs_to_many :developers, :uniq => true
end