Chris@0: class Project < ActiveRecord::Base Chris@0: has_and_belongs_to_many :developers, :uniq => true Chris@0: end