2b53d39ed5b1d91c942528065584a84056261bf4
[depot.git] / project.rb
1 class Project < ActiveRecord::Base
2 has_and_belongs_to_many :developers, :uniq => true
3 end