d49a5fcb4c
5b9d0a6272
1
2
3
class Project < ActiveRecord::Base has_and_belongs_to_many :developers, -> { uniq } end