d49a5fcb4c
1 2 3
class Project < ActiveRecord::Base has_and_belongs_to_many :developers, :uniq => true end