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