project.rb 92 Bytes Edit Raw Blame History Permalink 1 2 3 class Project < ActiveRecord::Base has_and_belongs_to_many :developers, :uniq => true end